我正在尝试JEditorPane
在 Java Swing 窗口中显示图像。用户使用 aJFileChooser
在其计算机上查找图像的绝对路径,然后将该绝对路径嵌入到 HTML<img>
标记中,然后将其设置在JEditorPane
. 由于某种原因,图像不会显示在 中JEditorPane
,我不知道为什么。我用谷歌搜索并找到了各种解决方案,但都没有奏效。有人可以帮帮我吗?
问问题
1426 次
1 回答
2
您可以将图像放在 Document 的 imageCache 中,就像这里描述的那样 http://java-sl.com/tip_local_images.html
于 2012-11-04T05:08:09.643 回答