Searched defs:errorPane (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java157 protected JEditorPane errorPane; field in class:StatusGenericPanel
368 p.add(errorPane, gbc);
376 errorPane = Utilities.makeHtmlPane("", ColorAndFontConstants.progressFont);
377 errorPane.setOpaque(false);
378 errorPane.setEditable(false);
379 errorPane.setVisible(false);
395 errorPane.setEditorKit(htmlEditor);
855 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,
864 errorPane.setVisible(true);
879 errorPane
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java156 protected JEditorPane errorPane; field in class:StatusGenericPanel
367 p.add(errorPane, gbc);
375 errorPane = Utilities.makeHtmlPane("", ColorAndFontConstants.progressFont);
376 errorPane.setOpaque(false);
377 errorPane.setEditable(false);
378 errorPane.setVisible(false);
394 errorPane.setEditorKit(htmlEditor);
854 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,
863 errorPane.setVisible(true);
878 errorPane
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java157 protected JEditorPane errorPane; field in class:StatusGenericPanel
368 p.add(errorPane, gbc);
376 errorPane = Utilities.makeHtmlPane("", ColorAndFontConstants.progressFont);
377 errorPane.setOpaque(false);
378 errorPane.setEditable(false);
379 errorPane.setVisible(false);
395 errorPane.setEditorKit(htmlEditor);
855 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,
864 errorPane.setVisible(true);
879 errorPane
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java156 protected JEditorPane errorPane; field in class:StatusGenericPanel
367 p.add(errorPane, gbc);
375 errorPane = Utilities.makeHtmlPane("", ColorAndFontConstants.progressFont);
376 errorPane.setOpaque(false);
377 errorPane.setEditable(false);
378 errorPane.setVisible(false);
394 errorPane.setEditorKit(htmlEditor);
854 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,
863 errorPane.setVisible(true);
878 errorPane
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java157 protected JEditorPane errorPane; field in class:StatusGenericPanel
368 p.add(errorPane, gbc);
376 errorPane = Utilities.makeHtmlPane("", ColorAndFontConstants.progressFont);
377 errorPane.setOpaque(false);
378 errorPane.setEditable(false);
379 errorPane.setVisible(false);
395 errorPane.setEditorKit(htmlEditor);
855 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,
864 errorPane.setVisible(true);
879 errorPane
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java157 protected JEditorPane errorPane; field in class:StatusGenericPanel
381 p.add(errorPane, gbc);
389 errorPane = Utilities.makeHtmlPane("", ColorAndFontConstants.progressFont);
390 errorPane.setOpaque(false);
391 errorPane.setEditable(false);
392 errorPane.setVisible(false);
409 errorPane.setEditorKit(htmlEditor);
866 errorPane, title, ColorAndFontConstants.errorTitleFont, mb.toMessage(), ColorAndFontConstants.defaultFont);
872 errorPane.setVisible(true);
885 errorPane
[all...]

Completed in 35 milliseconds