Home
last modified time | relevance | path

Searched refs:editorPane (Results 1 – 3 of 3) sorted by relevance

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Dialogs/
H A DDetailsDialog.java74 JEditorPane editorPane = createEditorPane(dialogText); in DetailsDialog() local
75 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() local
124 editorPane.setEditable(false); in createEditorPane()
125 editorPane.setContentType("text/html"); in createEditorPane()
126 editorPane.setText(dialogText); in createEditorPane()
127 return editorPane; in createEditorPane()
H A DHelpDialog.java48 private JEditorPane editorPane; field in HelpDialog
79 editorPane = createEditorPane(); in HelpDialog()
80 editorScrollPane = new JScrollPane(editorPane); in HelpDialog()
120 JEditorPane editorPane = new JEditorPane(); in createEditorPane() local
121 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()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DAcceptLicense.java59 JEditorPane editorPane = createEditorPane(); in AcceptLicense() local
60 JScrollPane editorScrollPane = new JScrollPane(editorPane); in AcceptLicense()
73 JEditorPane editorPane = new JEditorPane(); in createEditorPane() local
74 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 24 milliseconds