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

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmLogDisplay.java49 JTextArea theList = null; field in class:pmLogDisplay
70 theList = new JTextArea(12, 36);
71 theList.setLineWrap(false);
72 theList.setEditable(false);
74 theList.registerKeyboardAction(new ActionListener() {
81 theList.registerKeyboardAction(new ActionListener() {
90 scroll.getViewport().setView(theList);
161 theList.requestFocus();
166 theList.copy();
185 theList
[all...]
H A DhelpTest.java61 JList theList = new JList();
62 theList.addMouseListener(new MouseAdapter() {
78 scrollPane.getViewport().setView(theList);
158 theList.setListData(v);
159 theList.removeSelectionInterval(
160 theList.getMinSelectionIndex(),
161 theList.getMaxSelectionIndex());
162 // theList.addSelectionInterval(3, 5);
163 // theList.disable();

Completed in 57 milliseconds