Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGuiRoot.java96 public ButtonShadow PoListAdd; field in KdcGuiRoot
1911 PoListAdd = new ButtonShadow(); in KdcGuiRoot()
1912 PoListAdd.set("name", "PoListAdd"); in KdcGuiRoot()
1913 gbpanel9.add(PoListAdd); in KdcGuiRoot()
1914 PoListAdd.set("GBConstraints", new GBConstraints("x=2;y=0")); in KdcGuiRoot()
1915 PoListAdd.set("text", "Create New"); in KdcGuiRoot()
H A DKdcGui.java697 gui.PoListAdd.set("text" /* NOI18N */, getString("Create New")); in initMainStrings()
3336 o = gui.PoListAdd.getBody(); in setupMainNormalListeners()
3789 o = gui.PoListAdd.getBody(); in setupMainHelpListeners()
5274 gui.PoListAdd.set("enabled" /* NOI18N */, off); in reactToPrivs()