Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmTop.java73 ListSelectionModel listSM; field in pmTop
343 listSM = (ListSelectionModel)e.getSource(); in centerPanel()
344 Debug.message("CLNT: listSM is " + listSM); in centerPanel()
346 if (listSM.isSelectionEmpty()) { in centerPanel()
350 selectedRow = listSM.getMinSelectionIndex(); in centerPanel()