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

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmDialog.java48 public pmDialog(Frame owner, boolean modal) { argument
49 this(owner, null, modal);
56 public pmDialog(Frame f, String title, boolean modal) { argument
58 super(f, title, modal);

Completed in 123 milliseconds