Searched defs:pmOther (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmOther.java28 * pmOther.java
46 public class pmOther extends pmDialog { class in inherits:pmDialog
54 public pmOther(JFrame f, String title, String msg) { method in class:pmOther
58 public pmOther(JFrame f, String title, String msg, pmTop t, String h) { method in class:pmOther
69 Debug.message("CLNT:pmOther()");
170 pmOther.this.setVisible(false);
196 Debug.message("CLNT:pmOther: " + deviceName.getText());
198 pmOther.this.setVisible(false);
202 Debug.message("CLNT:pmOther: cancelPressed");
203 pmOther
[all...]

Completed in 43 milliseconds