Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGuiRoot.java117 public LabelShadow PoReferencesLabel; field in KdcGuiRoot
2183 PoReferencesLabel = new LabelShadow(); in KdcGuiRoot()
2184 PoReferencesLabel.set("name", "PoReferencesLabel"); in KdcGuiRoot()
2185 gbpanel50.add(PoReferencesLabel); in KdcGuiRoot()
2186 PoReferencesLabel.set("GBConstraints", new GBConstraints in KdcGuiRoot()
2188 PoReferencesLabel.set("text", "Principals Using This Policy:"); in KdcGuiRoot()
2189 PoReferencesLabel.set("anchor", in KdcGuiRoot()
H A DKdcGui.java713 gui.PoReferencesLabel.set("text" /* NOI18N */, in initMainStrings()
3879 o = gui.PoReferencesLabel.getBody(); in setupMainHelpListeners()