Searched defs:editorPane (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/javax/swing/JEditorPane/6917744/
H A Dbug6917744.java41 private static JEditorPane editorPane; field in class:bug6917744
57 editorPane = new JEditorPane();
60 editorPane.setPage(bug6917744.class.getResource("/test.html"));
65 scrollPane = new JScrollPane(editorPane);
/openjdk7/jdk/test/javax/swing/text/View/8014863/
H A Dbug8014863.java43 private static JEditorPane editorPane; field in class:bug8014863
107 result[0] = editorPane.getCaretPosition();
116 editorPane.setCaretPosition(position);
132 editorPane = new JEditorPane();
134 editorPane.setEditorKit(editorKit);
135 editorPane.setText("<p>qqqq <em>pp</em> qqqq <em>pp</em> " +
138 editorPane.setCaretPosition(1);
141 int width = SwingUtilities.computeStringWidth(editorPane.getFontMetrics(editorPane.getFont()),
143 frame.add(editorPane);
[all...]
/openjdk7/jdk/test/javax/swing/text/html/parser/Parser/7165725/
H A Dbug7165725.java96 private JEditorPane editorPane; field in class:bug7165725
105 editorPane = new JEditorPane();
106 editorPane.setEditorKit(new HTMLEditorKit() {
114 editorPane.setPage(new URL(urlStr));
118 editorPane.setEditable(false);
121 vp.add(editorPane);
134 HTMLDocument doc = (HTMLDocument) editorPane.getDocument();

Completed in 131 milliseconds