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

/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallScreen.java64 pmTextField destText; field in class:pmInstallScreen
249 destText = new pmTextField(25);
250 north.add(destText, c);
H A DpmInstallPrinter.java708 if (destText != null)
709 destText.setText(workingPrinter.getDestination());
953 destination = destText.getText();
955 destText.requestFocus();
961 destText.requestFocus();
1397 if (destText != null)
1398 destText.setText("");

Completed in 51 milliseconds