[问题] JeditorPane显示html

楼主: forget2009 (皮卡疮)   2014-05-28 17:33:32
如题我想把html呈现在JEditorPane上面,html存在java专案的目录当中为map.html
但我尝试了很多次,结果都是没有显示任何东西
但把url改为google网址则可以显示结果。
以下是我的code,可以告诉我哪个部分出错了吗@@
sPath = System.getProperty( "user.dir" ) + "/";
URL url=new URL("File:///"+sPath+"map.html");
editorPane = new JEditorPane();
scrollPane.setViewportView(editorPane);
editorPane.setContentType("text/html");
editorPane.setEditable(false);
editorPane.setPage(url);
作者: danny8376 (钓到一只猴子@_@)   2014-05-28 18:08:00
不要自己生... 生个File 然后.toURI().toURL()
作者: PsMonkey (痞子军团团长)   2014-05-28 18:58:00
你要不要先确认一下 Fhtml.getAbsolutePath()另外,完全没有错误讯息也十分诡异,难道是版规 5 作祟?

Links booklink

Contact Us: admin [ a t ] ucptt.com