Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGuiRoot.java159 public LabelShadow PrLastChangedByLabel; field in KdcGuiRoot
990 PrLastChangedByLabel = new LabelShadow(); in KdcGuiRoot()
991 PrLastChangedByLabel.set("name", "PrLastChangedByLabel"); in KdcGuiRoot()
992 gbpanel67.add(PrLastChangedByLabel); in KdcGuiRoot()
993 PrLastChangedByLabel.set("GBConstraints", in KdcGuiRoot()
995 PrLastChangedByLabel.set("text", "Last Changed By:"); in KdcGuiRoot()
996 PrLastChangedByLabel.set in KdcGuiRoot()
H A DKdcGui.java625 gui.PrLastChangedByLabel.set("text" /* NOI18N */, in initMainStrings()
3584 o = gui.PrLastChangedByLabel.getBody(); in setupMainHelpListeners()