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

/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmFrame.java28 * pmFrame.java
41 class pmFrame extends JFrame { class in inherits:JFrame
52 public pmFrame(String s) { method in class:pmFrame
60 Debug.message("CLNT: pmFrame focus gained: " + e);
62 Debug.message("CLNT: pmFrame focus to default comp");
65 Debug.message("CLNT: pmFrame no default comp");
H A DpmHelpFrame.java45 public class pmHelpFrame extends pmFrame {
H A DpmAboutBox.java43 public class pmAboutBox extends pmFrame {
H A DpmLoad.java50 pmFrame frame = new pmFrame(
H A DMakefile77 pmFrame.class \
H A DpmFindFrame.java42 public class pmFindFrame extends pmFrame {
H A DpmLogDisplay.java42 public class pmLogDisplay extends pmFrame {
H A DpmAccess.java50 pmFrame frame = new pmFrame(
104 // enable the pmFrame to set focus to our default comp on activation
H A DpmInstallPrinter.java55 pmFrame frame;
113 frame = new pmFrame(
127 frame = new pmFrame(
139 frame = new pmFrame(
207 frame = new pmFrame(
243 frame = new pmFrame(
H A DpmTop.java114 pmFrame frame;
1261 // use pmFrame to get app icon
1262 pmFrame frame = new pmFrame(pmUtility.getResource("info_name"));

Completed in 89 milliseconds