Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGuiRoot.java139 public LabelShadow PrCommentsLabel; field in KdcGuiRoot
1013 PrCommentsLabel = new LabelShadow(); in KdcGuiRoot()
1014 PrCommentsLabel.set("name", "PrCommentsLabel"); in KdcGuiRoot()
1015 gbpanel67.add(PrCommentsLabel); in KdcGuiRoot()
1016 PrCommentsLabel.set("GBConstraints", new GBConstraints in KdcGuiRoot()
1018 PrCommentsLabel.set("text", "Comments:"); in KdcGuiRoot()
1019 PrCommentsLabel.set("anchor", in KdcGuiRoot()
H A DKdcGui.java614 gui.PrCommentsLabel.set("text" /* NOI18N */, getString("Comments:")); in initMainStrings()
3509 o = gui.PrCommentsLabel.getBody(); in setupMainHelpListeners()