Constructor JEditorPane(URL initialPage)
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
licensePane = new JEditorPane(ClassLoader.getSystemResource("help/license.htm"));
2
html = new JEditorPane(url);
3
JEditorPane jt = new JEditorPane(url);
4
ep = new JEditorPane(currentURL);
5
html = new JEditorPane(url);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.