Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmLogDisplay.java49 JTextArea theList = null; field in pmLogDisplay
70 theList = new JTextArea(12, 36); in pmLogDisplay()
71 theList.setLineWrap(false); in pmLogDisplay()
72 theList.setEditable(false); in pmLogDisplay()
74 theList.registerKeyboardAction(new ActionListener() { in pmLogDisplay()
81 theList.registerKeyboardAction(new ActionListener() { in pmLogDisplay()
90 scroll.getViewport().setView(theList); in pmLogDisplay()
161 theList.requestFocus(); in pmLogDisplay()
166 theList.copy(); in copyPressed()
185 theList.setText(theContents); in addSeparator()
[all …]
H A DhelpTest.java61 JList theList = new JList(); in main() local
62 theList.addMouseListener(new MouseAdapter() { in main()
78 scrollPane.getViewport().setView(theList); in main()
158 theList.setListData(v); in main()
159 theList.removeSelectionInterval( in main()
160 theList.getMinSelectionIndex(), in main()
161 theList.getMaxSelectionIndex()); in main()