→ danny8376:不要自己生... 生個File 然後.toURI().toURL() 05/28 18:08
File Fhtml=new File("map.html");
URL url=Fhtml.toURI().toURL();
editorPane = new JEditorPane();
scrollPane.setViewportView(editorPane);
editorPane.setContentType("text/html");
editorPane.setEditable(false);
editorPane.setPage(url);
我改成這樣了還是無法QQ...
※ 編輯: forget2009 (140.113.153.80), 05/28/2014 18:14:23
推 PsMonkey:你要不要先確認一下 Fhtml.getAbsolutePath() 05/28 18:58
→ PsMonkey:另外,完全沒有錯誤訊息也十分詭異,難道是版規 5 作祟? 05/28 18:58