Searched refs:PrBasicRandomPw (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/krb5/kadmin/gui/ |
H A D | KdcGuiRoot.java | 133 public ButtonShadow PrBasicRandomPw; field in KdcGuiRoot 881 PrBasicRandomPw = new ButtonShadow(); in KdcGuiRoot() 882 PrBasicRandomPw.set("name", "PrBasicRandomPw"); in KdcGuiRoot() 883 gbpanel67.add(PrBasicRandomPw); in KdcGuiRoot() 884 PrBasicRandomPw.set("GBConstraints", new GBConstraints in KdcGuiRoot() 886 PrBasicRandomPw.set("text", "Generate Random Password"); in KdcGuiRoot() 887 PrBasicRandomPw.set("anchor", in KdcGuiRoot()
|
H A D | KdcGui.java | 617 gui.PrBasicRandomPw.set("text" /* NOI18N */, in initMainStrings() 1387 gui.PrBasicRandomPw.set("enabled" /* NOI18N */, b); in prModify() 1423 gui.PrBasicRandomPw.set("enabled" /* NOI18N */, b); in prAdd() 1466 gui.PrBasicRandomPw.set("enabled" /* NOI18N */, b); in prDuplicate() 1467 gui.PrBasicRandomPw.set("enabled" /* NOI18N */, b); in prDuplicate() 3160 o = gui.PrBasicRandomPw.getBody(); in setupMainNormalListeners() 3534 o = gui.PrBasicRandomPw.getBody(); in setupMainHelpListeners() 5297 gui.PrBasicRandomPw.set("enabled" /* NOI18N */, off); in reactToPrivs()
|