我正在尝试在Java Swing窗口的JEditorPane
中显示图像。用户使用JFileChooser
在计算机上查找图像的绝对路径,然后将该绝对路径嵌入到HTML <img>
标记中,然后在JEditorPane
中设置。由于某种原因,图像将不会显示在JEditorPane
中,我无法弄清楚原因。我用Google搜索并找到了各种解决方案,但没有一个有效。有人可以帮助我吗?
答案 0 :(得分:2)
您可以将图像放置在DocumentCache of Document中,如此处所述 http://java-sl.com/tip_local_images.html