Home
last modified time | relevance | path

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

/dports/science/devisor/devisor2.1/devisor2/grid/GUI/help/
H A DFAQFrame.java44 jEditorPane1.setEditorKit(new HTMLEditorKit()); in FAQFrame()
45 jEditorPane1.setPage(filename); in FAQFrame()
46 jEditorPane1.setBackground(Color.white); in FAQFrame()
47 jEditorPane1.setForeground(Color.black); in FAQFrame()
61 jEditorPane1 = new JEditorPane (); in initComponents()
74 jEditorPane1.setContentType ("text/html"); in initComponents()
75 jEditorPane1.setEditable(false); in initComponents()
76 jEditorPane1.setFont (new Font ("Default", 0, 12)); in initComponents()
78 jScrollPane1.setViewportView (jEditorPane1); in initComponents()
95 private JEditorPane jEditorPane1; field in FAQFrame
[all …]
H A DHelpFrame.java45 jEditorPane1.setEditorKit(new HTMLEditorKit()); in HelpFrame()
46 jEditorPane1.setPage(filename); in HelpFrame()
47 jEditorPane1.setBackground(Color.white); in HelpFrame()
48 jEditorPane1.setForeground(Color.black); in HelpFrame()
62 jEditorPane1 = new JEditorPane (); in initComponents()
72 jEditorPane1.setContentType ("text/html"); in initComponents()
73 jEditorPane1.setEditable(false); in initComponents()
74 jEditorPane1.setFont (new Font ("Default", 0, 12)); in initComponents()
75 jScrollPane1.setViewportView (jEditorPane1); in initComponents()
91 private JEditorPane jEditorPane1; field in HelpFrame
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/util/logging/
H A DConsoleOutputPane.java137 jEditorPane1 = new JTextPane(); in ConsoleOutputPane()
267 jEditorPane1.setContentType("text/html");
269 jEditorPane1.setContentType("text/plain");
303 jEditorPane1.setText(model.importList(0));
315 jEditorPane1.setText(s + jEditorPane1.getText());
317 jEditorPane1.setText(jEditorPane1.getText() + s);
321 jEditorPane1.setCaretPosition(0);
652 jEditorPane1.setEditable(false);
653 jScrollPane1.setViewportView(jEditorPane1);
827 jEditorPane1.setCaretPosition(index);
[all …]