Searched refs:theList (Results 1 – 2 of 2) sorted by relevance
49 JTextArea theList = null; field in pmLogDisplay70 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 …]
61 JList theList = new JList(); in main() local62 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()