Method setPage(String url)
Return type: void
Member of:
javax.swing.JEditorPane
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
editorPane.setPage("http://www.compiere.org/help/serverSetup.html");
2
htmlPane.setPage(url);
3
htmlPane.setPage(url);
4
jTextPane1.setPage("file:///" + e.getActionCommand());
5
jTextPane1.setPage("file:///" + fileName);
6
helpDoc.setPage(source);
7
setPage(url);
8
htmlPane.setPage(currentpage);
9
infoPane.setPage(urlString);
10
htmlViewer.setPage(urlString);
11
noEdit.setPage("file:///"+ new File(searchPath+File.separator+"help"+File.separator+"index.htm").getAbsolutePath());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.