Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGuiRoot.java164 public LabelShadow PrLastPwChange; field in KdcGuiRoot
1245 PrLastPwChange = new LabelShadow(); in KdcGuiRoot()
1246 PrLastPwChange.set("name", "PrLastPwChange"); in KdcGuiRoot()
1247 gbpanel73.add(PrLastPwChange); in KdcGuiRoot()
1248 PrLastPwChange.set("GBConstraints", new GBConstraints in KdcGuiRoot()
1250 PrLastPwChange.set("text", ""); in KdcGuiRoot()
1251 PrLastPwChange.set("alignment", in KdcGuiRoot()
1254 PrLastPwChange.set("anchor", in KdcGuiRoot()
H A DKdcGui.java1803 gui.PrLastPwChange.set("text" /* NOI18N */, p.getLastPwChange()); in showPrincipal()
3629 o = gui.PrLastPwChange.getBody(); in setupMainHelpListeners()