Searched refs:theText (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmMessageDialog.java44 JList theText = null; field in class:pmMessageDialog
83 JList theText = new JList() {
101 theText.setListData(v);
104 theText.setBackground(p.getBackground());
106 // p.add(theText, "Center");
107 p.add(theText, c);

Completed in 56 milliseconds