Searched refs:initialPage (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/swing/ | ||
H A D | JEditorPane.java | 258 * @param initialPage the URL 262 public JEditorPane(URL initialPage) throws IOException { argument 264 setPage(initialPage); |
Completed in 743 milliseconds