Searched refs:editorPane (Results 1 – 3 of 3) sorted by relevance
74 JEditorPane editorPane = createEditorPane(dialogText); in DetailsDialog() local75 editorPane.setCaretPosition(0); in DetailsDialog()76 … if ( data.useRtl() ) { editorPane.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in DetailsDialog()77 JScrollPane editorScrollPane = new JScrollPane(editorPane, in DetailsDialog()123 JEditorPane editorPane = new JEditorPane(); in createEditorPane() local124 editorPane.setEditable(false); in createEditorPane()125 editorPane.setContentType("text/html"); in createEditorPane()126 editorPane.setText(dialogText); in createEditorPane()127 return editorPane; in createEditorPane()
48 private JEditorPane editorPane; field in HelpDialog79 editorPane = createEditorPane(); in HelpDialog()80 editorScrollPane = new JScrollPane(editorPane); in HelpDialog()120 JEditorPane editorPane = new JEditorPane(); in createEditorPane() local121 editorPane.setEditable(false); in createEditorPane()134 editorPane.setContentType("text/html;charset=utf-8"); in createEditorPane()135 editorPane.setPage(htmlFile.toURL()); in createEditorPane()145 return editorPane; in createEditorPane()
59 JEditorPane editorPane = createEditorPane(); in AcceptLicense() local60 JScrollPane editorScrollPane = new JScrollPane(editorPane); in AcceptLicense()73 JEditorPane editorPane = new JEditorPane(); in createEditorPane() local74 editorPane.setEditable(false); in createEditorPane()88 editorPane.setContentType("text/html;charset=utf-8"); in createEditorPane()89 editorPane.setPage(htmlFile.toURL()); in createEditorPane()98 return editorPane; in createEditorPane()
Completed in 10 milliseconds