Home
last modified time | relevance | path

Searched refs:helpFrame (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DhelpTest.java46 static private pmHelpFrame helpFrame = null; field in helpTest
57 helpFrame = new pmHelpFrame(); in main()
58 helpFrame.setLocation(180, 180); in main()
71 helpFrame.showHelp(s); in main()
173 helpFrame.showHelp(tag); in showHelpItem()
H A DpmTop.java58 static private pmHelpFrame helpFrame = null; field in pmTop
1168 if (helpFrame != null) in showHelpItem()
1169 helpFrame.showHelp(tag); in showHelpItem()
1291 helpFrame = new pmHelpFrame(); in main()