Loading images from jars for Swing HTML

前端 未结 4 763
余生分开走
余生分开走 2020-11-27 07:07

While this answer works to load images from Jar files for ImageIcons, I cannot seem to get the right path for images referenced in Swing HTML.

This disp

4条回答
  •  甜味超标
    2020-11-27 07:41

    Because even the original demo from Sun for using HTML in Swing does not embed the images in HTML (for generating buttons with image icons), I doubt that there is even support for displaying images in place. I remember reader "limited subset of HTML" somewhere, but can't find a reference right now.

    Edit: Please see Andrew's comment and answer, it really works.

提交回复
热议问题