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

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java74 String oldptype = null; field in class:pmInstallPrinter
1883 if (oldptype == null)
1886 typeCombo.setSelectedItem(oldptype);
1888 if (oldptype == null)
1891 typeCombo.setSelectedItem(oldptype);
1901 if (oldptype == null)
1904 typeCombo.setSelectedItem(oldptype);
1907 oldptype = (String)typeCombo.getSelectedItem();

Completed in 74 milliseconds