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

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpDetailPanel.java401 // JTextArea helpView;
402 JEditorPane helpView; field in class:pmHelpViewPanel
412 // helpView = new JTextArea(10, 32);
413 // helpView.setLineWrap(true);
415 helpView = new JEditorPane();
417 helpView.setContentType("text/html");
418 helpView.setEditable(false);
419 helpView.setEnabled(false);
420 helpView.setDisabledTextColor(Color.blue);
422 scrollPane = new JScrollPane(helpView);
[all...]

Completed in 57 milliseconds