Method setPage(URL page)
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
upperView.setPage(url);
2
txtHelpPane.setPage(location);
3
pane.setPage(evt.getURL());
4
text.setPage(url);
5
pane.setPage(e.getURL());
6
pane.setPage(e.getURL());
7
pane.setPage(e.getURL());
8
editor.setPage(url);
9
tipsBrowser.setPage(url);
10
editor.setPage(file.toURL());
11
editorPane.setPage(inURL);
12
ep.setPage(url);
13
htmlPane.setPage(url);
14
jEditorPane1.setPage(url);
15
jEditorPane.setPage ( url );
16
jEditorPane1.setPage(GraphicUI1.class.getResource("help.html"));}
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.