基本上我有一個名爲FlowLayout.html的文件,我想將它讀入JEditorPane。我有所有的代碼,但我不知道如何打開窗格中的文件。如何讀取JEditorPane中的HTML文件?
JEditorPane jtfInfo = new JEditorPane();
jtfInfo.setEditable(false);
p3.add(jtfInfo);
public void getFlowLayout(){
jftInfo.setContentType("text/html");
//I dont know this step and setContentType gives me an error in netbeans Cannot find symbol
}
*」setContentType在netbeans中給我一個錯誤不能找到符號「*在方法上,或'jftInfo'?該方法肯定存在。 – 2012-04-17 08:04:52