1*0Sstevel@tonic-gate /* 2*0Sstevel@tonic-gate * CDDL HEADER START 3*0Sstevel@tonic-gate * 4*0Sstevel@tonic-gate * The contents of this file are subject to the terms of the 5*0Sstevel@tonic-gate * Common Development and Distribution License, Version 1.0 only 6*0Sstevel@tonic-gate * (the "License"). You may not use this file except in compliance 7*0Sstevel@tonic-gate * with the License. 8*0Sstevel@tonic-gate * 9*0Sstevel@tonic-gate * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*0Sstevel@tonic-gate * or http://www.opensolaris.org/os/licensing. 11*0Sstevel@tonic-gate * See the License for the specific language governing permissions 12*0Sstevel@tonic-gate * and limitations under the License. 13*0Sstevel@tonic-gate * 14*0Sstevel@tonic-gate * When distributing Covered Code, include this CDDL HEADER in each 15*0Sstevel@tonic-gate * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*0Sstevel@tonic-gate * If applicable, add the following below this CDDL HEADER, with the 17*0Sstevel@tonic-gate * fields enclosed by brackets "[]" replaced with your own identifying 18*0Sstevel@tonic-gate * information: Portions Copyright [yyyy] [name of copyright owner] 19*0Sstevel@tonic-gate * 20*0Sstevel@tonic-gate * CDDL HEADER END 21*0Sstevel@tonic-gate */ 22*0Sstevel@tonic-gate /* 23*0Sstevel@tonic-gate * ident "%Z%%M% %I% %E% SMI" 24*0Sstevel@tonic-gate * 25*0Sstevel@tonic-gate * Copyright 2005 Sun Microsystems, Inc. All rights reserved. 26*0Sstevel@tonic-gate * Use is subject to license terms. 27*0Sstevel@tonic-gate * 28*0Sstevel@tonic-gate */ 29*0Sstevel@tonic-gate 30*0Sstevel@tonic-gate /** 31*0Sstevel@tonic-gate * This file was originally automatically generated by Java WorkShop. 32*0Sstevel@tonic-gate * 33*0Sstevel@tonic-gate * Runtime vendor: SunSoft, Inc. 34*0Sstevel@tonic-gate * Runtime version: 1.0 35*0Sstevel@tonic-gate * 36*0Sstevel@tonic-gate * Visual vendor: SunSoft, Inc. 37*0Sstevel@tonic-gate * Visual version: 1.0 38*0Sstevel@tonic-gate */ 39*0Sstevel@tonic-gate 40*0Sstevel@tonic-gate 41*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.awt.GBConstraints; 42*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.base.*; 43*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.*; 44*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.*; 45*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.type.*; 46*0Sstevel@tonic-gate 47*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.base.Root; 48*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.FrameShadow; 49*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.GBPanelShadow; 50*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.LabelShadow; 51*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.TextFieldShadow; 52*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.ButtonShadow; 53*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.ImageLabelShadow; 54*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.MenuBarShadow; 55*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.MenuShadow; 56*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.MenuItemShadow; 57*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.TabbedFolderShadow; 58*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.CardPanelShadow; 59*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.BorderPanelShadow; 60*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.LabelBarShadow; 61*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.TextListShadow; 62*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.ChoiceShadow; 63*0Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.CheckboxShadow; 64*0Sstevel@tonic-gate 65*0Sstevel@tonic-gate public class KdcGuiRoot extends Root { 66*0Sstevel@tonic-gate public MenuItemShadow About; 67*0Sstevel@tonic-gate public MenuItemShadow About2; 68*0Sstevel@tonic-gate public MenuItemShadow Context; 69*0Sstevel@tonic-gate public MenuItemShadow Context2; 70*0Sstevel@tonic-gate public MenuItemShadow Exit; 71*0Sstevel@tonic-gate public MenuItemShadow Exit2; 72*0Sstevel@tonic-gate public MenuShadow File; 73*0Sstevel@tonic-gate public MenuShadow File2; 74*0Sstevel@tonic-gate public MenuShadow Help; 75*0Sstevel@tonic-gate public LabelBarShadow LabelBarGeneral; 76*0Sstevel@tonic-gate public LabelBarShadow LabelBarMiscellany; 77*0Sstevel@tonic-gate public LabelBarShadow LabelBarPassword; 78*0Sstevel@tonic-gate public LabelBarShadow LabelBarPrincipal; 79*0Sstevel@tonic-gate public LabelBarShadow LabelBarSecurity; 80*0Sstevel@tonic-gate public LabelBarShadow LabelBarTicket; 81*0Sstevel@tonic-gate public LabelBarShadow LabelBarTickets; 82*0Sstevel@tonic-gate public TextFieldShadow LoginName; 83*0Sstevel@tonic-gate public LabelShadow LoginNameLabel; 84*0Sstevel@tonic-gate public ButtonShadow LoginOK; 85*0Sstevel@tonic-gate public TextFieldShadow LoginPass; 86*0Sstevel@tonic-gate public LabelShadow LoginPassLabel; 87*0Sstevel@tonic-gate public TextFieldShadow LoginRealm; 88*0Sstevel@tonic-gate public LabelShadow LoginRealmLabel; 89*0Sstevel@tonic-gate public TextFieldShadow LoginServer; 90*0Sstevel@tonic-gate public LabelShadow LoginServerLabel; 91*0Sstevel@tonic-gate public ButtonShadow LoginStartOver; 92*0Sstevel@tonic-gate public ButtonShadow PoDetailCancel; 93*0Sstevel@tonic-gate public ButtonShadow PoDetailDone; 94*0Sstevel@tonic-gate public LabelShadow PoDetailLabel; 95*0Sstevel@tonic-gate public ButtonShadow PoDetailPrevious; 96*0Sstevel@tonic-gate public ButtonShadow PoDetailSave; 97*0Sstevel@tonic-gate public ButtonShadow PoListAdd; 98*0Sstevel@tonic-gate public ButtonShadow PoListClear; 99*0Sstevel@tonic-gate public ButtonShadow PoListDelete; 100*0Sstevel@tonic-gate public ButtonShadow PoListDuplicate; 101*0Sstevel@tonic-gate public LabelShadow PoListLabel; 102*0Sstevel@tonic-gate public ButtonShadow PoListModify; 103*0Sstevel@tonic-gate public TextFieldShadow PoListPattern; 104*0Sstevel@tonic-gate public LabelShadow PoListPatternLabel; 105*0Sstevel@tonic-gate public TextFieldShadow PoMaxTicketLifetime; 106*0Sstevel@tonic-gate public LabelShadow PoMaxTicketLifetimeLabel; 107*0Sstevel@tonic-gate public ButtonShadow PoMaxTicketLifetimeMoreButton; 108*0Sstevel@tonic-gate public ChoiceShadow PoMinPwClass; 109*0Sstevel@tonic-gate public LabelShadow PoMinPwClassLabel; 110*0Sstevel@tonic-gate public ChoiceShadow PoMinPwLength; 111*0Sstevel@tonic-gate public LabelShadow PoMinPwLengthLabel; 112*0Sstevel@tonic-gate public TextFieldShadow PoMinTicketLifetime; 113*0Sstevel@tonic-gate public LabelShadow PoMinTicketLifetimeLabel; 114*0Sstevel@tonic-gate public ButtonShadow PoMinTicketLifetimeMoreButton; 115*0Sstevel@tonic-gate public TextFieldShadow PoName; 116*0Sstevel@tonic-gate public LabelShadow PoNameLabel; 117*0Sstevel@tonic-gate public LabelShadow PoReferences; 118*0Sstevel@tonic-gate public LabelShadow PoReferencesLabel; 119*0Sstevel@tonic-gate public ChoiceShadow PoSavedPasswords; 120*0Sstevel@tonic-gate public LabelShadow PoSavedPasswordsLabel; 121*0Sstevel@tonic-gate public TextListShadow Pollist; 122*0Sstevel@tonic-gate public GBPanelShadow Pollisttab; 123*0Sstevel@tonic-gate public CheckboxShadow PrAllowDupAuth; 124*0Sstevel@tonic-gate public CheckboxShadow PrAllowForwardable; 125*0Sstevel@tonic-gate public CheckboxShadow PrAllowPostdated; 126*0Sstevel@tonic-gate public CheckboxShadow PrAllowProxiable; 127*0Sstevel@tonic-gate public CheckboxShadow PrAllowRenewable; 128*0Sstevel@tonic-gate public CheckboxShadow PrAllowSvr; 129*0Sstevel@tonic-gate public CheckboxShadow PrAllowTGT; 130*0Sstevel@tonic-gate public ButtonShadow PrBasicCancel; 131*0Sstevel@tonic-gate public LabelShadow PrBasicLabel; 132*0Sstevel@tonic-gate public ButtonShadow PrBasicNext; 133*0Sstevel@tonic-gate public ButtonShadow PrBasicPrevious; 134*0Sstevel@tonic-gate public ButtonShadow PrBasicRandomPw; 135*0Sstevel@tonic-gate public ButtonShadow PrBasicSave; 136*0Sstevel@tonic-gate public TextFieldShadow PrComments; 137*0Sstevel@tonic-gate public LabelShadow PrCommentsLabel; 138*0Sstevel@tonic-gate public ButtonShadow PrDetailCancel; 139*0Sstevel@tonic-gate public LabelShadow PrDetailLabel; 140*0Sstevel@tonic-gate public ButtonShadow PrDetailNext; 141*0Sstevel@tonic-gate public ButtonShadow PrDetailPrevious; 142*0Sstevel@tonic-gate public ButtonShadow PrDetailSave; 143*0Sstevel@tonic-gate public TextFieldShadow PrExpiry; 144*0Sstevel@tonic-gate public LabelShadow PrExpiryLabel; 145*0Sstevel@tonic-gate public ButtonShadow PrExpiryMoreButton; 146*0Sstevel@tonic-gate public LabelShadow PrFailCount; 147*0Sstevel@tonic-gate public LabelShadow PrFailureCountLabel; 148*0Sstevel@tonic-gate public LabelShadow PrFlagLabel; 149*0Sstevel@tonic-gate public ButtonShadow PrFlagsCancel; 150*0Sstevel@tonic-gate public ButtonShadow PrFlagsNext; 151*0Sstevel@tonic-gate public ButtonShadow PrFlagsPrevious; 152*0Sstevel@tonic-gate public ButtonShadow PrFlagsSave; 153*0Sstevel@tonic-gate public CheckboxShadow PrForcePwChange; 154*0Sstevel@tonic-gate public TextFieldShadow PrKvno; 155*0Sstevel@tonic-gate public LabelShadow PrKvnoLabel; 156*0Sstevel@tonic-gate public LabelShadow PrLastChangedBy; 157*0Sstevel@tonic-gate public LabelShadow PrLastChangedByLabel; 158*0Sstevel@tonic-gate public LabelShadow PrLastChangedTime; 159*0Sstevel@tonic-gate public LabelShadow PrLastChangedTimeLabel; 160*0Sstevel@tonic-gate public LabelShadow PrLastFailure; 161*0Sstevel@tonic-gate public LabelShadow PrLastFailureLabel; 162*0Sstevel@tonic-gate public LabelShadow PrLastPwChange; 163*0Sstevel@tonic-gate public LabelShadow PrLastSuccess; 164*0Sstevel@tonic-gate public LabelShadow PrLastSuccessLabel; 165*0Sstevel@tonic-gate public ButtonShadow PrListAdd; 166*0Sstevel@tonic-gate public ButtonShadow PrListClear; 167*0Sstevel@tonic-gate public ButtonShadow PrListDelete; 168*0Sstevel@tonic-gate public ButtonShadow PrListDuplicate; 169*0Sstevel@tonic-gate public LabelShadow PrListLabel; 170*0Sstevel@tonic-gate public ButtonShadow PrListModify; 171*0Sstevel@tonic-gate public TextFieldShadow PrListPattern; 172*0Sstevel@tonic-gate public CheckboxShadow PrLockAcct; 173*0Sstevel@tonic-gate public TextFieldShadow PrMaxLifetime; 174*0Sstevel@tonic-gate public ButtonShadow PrMaxLifetimeMoreButton; 175*0Sstevel@tonic-gate public TextFieldShadow PrMaxRenewal; 176*0Sstevel@tonic-gate public ButtonShadow PrMaxRenewalMoreButton; 177*0Sstevel@tonic-gate public LabelShadow PrMaxTicketLifetimeLabel; 178*0Sstevel@tonic-gate public LabelShadow PrMaxTicketRenewalLabel; 179*0Sstevel@tonic-gate public TextFieldShadow PrName1; 180*0Sstevel@tonic-gate public LabelShadow PrName2; 181*0Sstevel@tonic-gate public LabelShadow PrName3; 182*0Sstevel@tonic-gate public LabelShadow PrNameLabel1; 183*0Sstevel@tonic-gate public TextFieldShadow PrPassword; 184*0Sstevel@tonic-gate public LabelShadow PrPasswordLabel; 185*0Sstevel@tonic-gate public ChoiceShadow PrPolicy; 186*0Sstevel@tonic-gate public LabelShadow PrPolicyLabel; 187*0Sstevel@tonic-gate public TextFieldShadow PrPwExpiry; 188*0Sstevel@tonic-gate public LabelShadow PrPwExpiryLabel; 189*0Sstevel@tonic-gate public ButtonShadow PrPwExpiryMoreButton; 190*0Sstevel@tonic-gate public LabelShadow PrPwLastChangedLabel; 191*0Sstevel@tonic-gate public CheckboxShadow PrRequireHwPreAuth; 192*0Sstevel@tonic-gate public CheckboxShadow PrRequirePreAuth; 193*0Sstevel@tonic-gate public LabelShadow PrSearchLab; 194*0Sstevel@tonic-gate public MenuShadow Print; 195*0Sstevel@tonic-gate public MenuItemShadow PrintCurPol; 196*0Sstevel@tonic-gate public MenuItemShadow PrintCurPr; 197*0Sstevel@tonic-gate public MenuItemShadow PrintPollist; 198*0Sstevel@tonic-gate public MenuItemShadow PrintPrlist; 199*0Sstevel@tonic-gate public TextListShadow Prlist; 200*0Sstevel@tonic-gate public GBPanelShadow Prlisttab; 201*0Sstevel@tonic-gate public LabelShadow StatusLine; 202*0Sstevel@tonic-gate public BorderPanelShadow borderpanel1; 203*0Sstevel@tonic-gate public BorderPanelShadow borderpanel7; 204*0Sstevel@tonic-gate public MenuItemShadow browserHelp1; 205*0Sstevel@tonic-gate public MenuItemShadow browserHelp2; 206*0Sstevel@tonic-gate public CardPanelShadow cardpanel1; 207*0Sstevel@tonic-gate public CardPanelShadow cardpanel2; 208*0Sstevel@tonic-gate public MenuShadow editMenu; 209*0Sstevel@tonic-gate public MenuItemShadow editPreferences; 210*0Sstevel@tonic-gate public GBPanelShadow gbpanel1; 211*0Sstevel@tonic-gate public GBPanelShadow gbpanel11; 212*0Sstevel@tonic-gate public GBPanelShadow gbpanel17; 213*0Sstevel@tonic-gate public GBPanelShadow gbpanel18; 214*0Sstevel@tonic-gate public GBPanelShadow gbpanel19; 215*0Sstevel@tonic-gate public GBPanelShadow gbpanel2; 216*0Sstevel@tonic-gate public GBPanelShadow gbpanel20; 217*0Sstevel@tonic-gate public GBPanelShadow gbpanel21; 218*0Sstevel@tonic-gate public GBPanelShadow gbpanel22; 219*0Sstevel@tonic-gate public GBPanelShadow gbpanel23; 220*0Sstevel@tonic-gate public GBPanelShadow gbpanel24; 221*0Sstevel@tonic-gate public GBPanelShadow gbpanel25; 222*0Sstevel@tonic-gate public GBPanelShadow gbpanel28; 223*0Sstevel@tonic-gate public GBPanelShadow gbpanel3; 224*0Sstevel@tonic-gate public GBPanelShadow gbpanel36; 225*0Sstevel@tonic-gate public GBPanelShadow gbpanel37; 226*0Sstevel@tonic-gate public GBPanelShadow gbpanel38; 227*0Sstevel@tonic-gate public GBPanelShadow gbpanel4; 228*0Sstevel@tonic-gate public GBPanelShadow gbpanel40; 229*0Sstevel@tonic-gate public GBPanelShadow gbpanel41; 230*0Sstevel@tonic-gate public GBPanelShadow gbpanel42; 231*0Sstevel@tonic-gate public GBPanelShadow gbpanel44; 232*0Sstevel@tonic-gate public GBPanelShadow gbpanel45; 233*0Sstevel@tonic-gate public GBPanelShadow gbpanel5; 234*0Sstevel@tonic-gate public GBPanelShadow gbpanel50; 235*0Sstevel@tonic-gate public GBPanelShadow gbpanel6; 236*0Sstevel@tonic-gate public GBPanelShadow gbpanel67; 237*0Sstevel@tonic-gate public GBPanelShadow gbpanel73; 238*0Sstevel@tonic-gate public GBPanelShadow gbpanel8; 239*0Sstevel@tonic-gate public GBPanelShadow gbpanel9; 240*0Sstevel@tonic-gate public GBPanelShadow gbpanel90; 241*0Sstevel@tonic-gate public LabelBarShadow labelbar1; 242*0Sstevel@tonic-gate public LabelBarShadow labelbar20; 243*0Sstevel@tonic-gate public LabelBarShadow labelbar21; 244*0Sstevel@tonic-gate public LabelBarShadow labelbar22; 245*0Sstevel@tonic-gate public LabelBarShadow labelbar23; 246*0Sstevel@tonic-gate public LabelBarShadow labelbar3; 247*0Sstevel@tonic-gate public LabelBarShadow labelbar6; 248*0Sstevel@tonic-gate public FrameShadow loginframe; 249*0Sstevel@tonic-gate public MenuItemShadow logout; 250*0Sstevel@tonic-gate public FrameShadow mainframe; 251*0Sstevel@tonic-gate public MenuShadow menu1; 252*0Sstevel@tonic-gate public MenuShadow menu2; 253*0Sstevel@tonic-gate public MenuBarShadow menubar1; 254*0Sstevel@tonic-gate public MenuBarShadow menubar2; 255*0Sstevel@tonic-gate public MenuItemShadow refreshPolicies; 256*0Sstevel@tonic-gate public MenuItemShadow refreshPrincipals; 257*0Sstevel@tonic-gate public Root root1; 258*0Sstevel@tonic-gate public TabbedFolderShadow tabbedfolder1; 259*0Sstevel@tonic-gate 260*0Sstevel@tonic-gate public KdcGuiRoot(Group group) { 261*0Sstevel@tonic-gate setGroup(group); 262*0Sstevel@tonic-gate 263*0Sstevel@tonic-gate loginframe = new FrameShadow(); 264*0Sstevel@tonic-gate loginframe.set("name", "loginframe"); 265*0Sstevel@tonic-gate add(loginframe); 266*0Sstevel@tonic-gate loginframe.set("title", "SEAM Administration Login"); 267*0Sstevel@tonic-gate loginframe.set("layoutSize", new java.awt.Dimension(676, 676)); 268*0Sstevel@tonic-gate loginframe.set("layoutLocation", new java.awt.Point(7, 16)); 269*0Sstevel@tonic-gate 270*0Sstevel@tonic-gate gbpanel44 = new GBPanelShadow(); 271*0Sstevel@tonic-gate gbpanel44.set("name", "gbpanel44"); 272*0Sstevel@tonic-gate loginframe.add(gbpanel44); 273*0Sstevel@tonic-gate { 274*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 275*0Sstevel@tonic-gate 14, 14, 14, 14, 14, 14, 14}; 276*0Sstevel@tonic-gate gbpanel44.set("rowHeights", _tmp); 277*0Sstevel@tonic-gate } 278*0Sstevel@tonic-gate gbpanel44.set("GBConstraints", new GBConstraints 279*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 280*0Sstevel@tonic-gate { 281*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 282*0Sstevel@tonic-gate 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14}; 283*0Sstevel@tonic-gate gbpanel44.set("columnWidths", _tmp); 284*0Sstevel@tonic-gate } 285*0Sstevel@tonic-gate { 286*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 287*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 288*0Sstevel@tonic-gate 0.0, 0.0}; 289*0Sstevel@tonic-gate gbpanel44.set("rowWeights", _tmp); 290*0Sstevel@tonic-gate } 291*0Sstevel@tonic-gate gbpanel44.set("layoutSize", new java.awt.Dimension(457, 457)); 292*0Sstevel@tonic-gate { 293*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 294*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 295*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 296*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 297*0Sstevel@tonic-gate 0.0}; 298*0Sstevel@tonic-gate gbpanel44.set("columnWeights", _tmp); 299*0Sstevel@tonic-gate } 300*0Sstevel@tonic-gate gbpanel44.set("layoutLocation", new java.awt.Point(602, 10)); 301*0Sstevel@tonic-gate 302*0Sstevel@tonic-gate LoginNameLabel = new LabelShadow(); 303*0Sstevel@tonic-gate LoginNameLabel.set("name", "LoginNameLabel"); 304*0Sstevel@tonic-gate gbpanel44.add(LoginNameLabel); 305*0Sstevel@tonic-gate LoginNameLabel.set("GBConstraints", 306*0Sstevel@tonic-gate new GBConstraints("x=1;y=2;width=6;height=2")); 307*0Sstevel@tonic-gate LoginNameLabel.set("text", "Principal Name:"); 308*0Sstevel@tonic-gate LoginNameLabel.set("anchor", 309*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 310*0Sstevel@tonic-gate ("east")); 311*0Sstevel@tonic-gate 312*0Sstevel@tonic-gate LoginPassLabel = new LabelShadow(); 313*0Sstevel@tonic-gate LoginPassLabel.set("name", "LoginPassLabel"); 314*0Sstevel@tonic-gate gbpanel44.add(LoginPassLabel); 315*0Sstevel@tonic-gate LoginPassLabel.set("GBConstraints", 316*0Sstevel@tonic-gate new GBConstraints("x=1;y=4;width=6;height=2")); 317*0Sstevel@tonic-gate LoginPassLabel.set("text", "Password:"); 318*0Sstevel@tonic-gate LoginPassLabel.set("anchor", 319*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 320*0Sstevel@tonic-gate ("east")); 321*0Sstevel@tonic-gate 322*0Sstevel@tonic-gate LoginName = new TextFieldShadow(); 323*0Sstevel@tonic-gate LoginName.set("name", "LoginName"); 324*0Sstevel@tonic-gate gbpanel44.add(LoginName); 325*0Sstevel@tonic-gate LoginName.set("GBConstraints", new GBConstraints 326*0Sstevel@tonic-gate ("x=7;y=2;width=12;height=2;fill=horizontal")); 327*0Sstevel@tonic-gate 328*0Sstevel@tonic-gate LoginPass = new TextFieldShadow(); 329*0Sstevel@tonic-gate LoginPass.set("name", "LoginPass"); 330*0Sstevel@tonic-gate gbpanel44.add(LoginPass); 331*0Sstevel@tonic-gate LoginPass.set("GBConstraints", new GBConstraints 332*0Sstevel@tonic-gate ("x=7;y=4;width=12;height=2;fill=horizontal")); 333*0Sstevel@tonic-gate LoginPass.set("echoCharacter", new Character('*')); 334*0Sstevel@tonic-gate 335*0Sstevel@tonic-gate LoginOK = new ButtonShadow(); 336*0Sstevel@tonic-gate LoginOK.set("name", "LoginOK"); 337*0Sstevel@tonic-gate gbpanel44.add(LoginOK); 338*0Sstevel@tonic-gate LoginOK.set("GBConstraints", new GBConstraints 339*0Sstevel@tonic-gate ("x=3;y=15;width=4;height=2")); 340*0Sstevel@tonic-gate LoginOK.set("text", "OK"); 341*0Sstevel@tonic-gate 342*0Sstevel@tonic-gate LoginStartOver = new ButtonShadow(); 343*0Sstevel@tonic-gate LoginStartOver.set("name", "LoginStartOver"); 344*0Sstevel@tonic-gate gbpanel44.add(LoginStartOver); 345*0Sstevel@tonic-gate LoginStartOver.set("GBConstraints", new GBConstraints 346*0Sstevel@tonic-gate ("x=15;y=15;width=4;height=2")); 347*0Sstevel@tonic-gate LoginStartOver.set("text", "Start Over"); 348*0Sstevel@tonic-gate LoginRealmLabel = new LabelShadow(); 349*0Sstevel@tonic-gate LoginRealmLabel.set("name", "LoginRealmLabel"); 350*0Sstevel@tonic-gate gbpanel44.add(LoginRealmLabel); 351*0Sstevel@tonic-gate LoginRealmLabel.set("GBConstraints", new GBConstraints 352*0Sstevel@tonic-gate ("x=1;y=8;width=6;height=2")); 353*0Sstevel@tonic-gate LoginRealmLabel.set("text", "Realm:"); 354*0Sstevel@tonic-gate LoginRealmLabel.set("anchor", 355*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 356*0Sstevel@tonic-gate ("east")); 357*0Sstevel@tonic-gate 358*0Sstevel@tonic-gate LoginRealm = new TextFieldShadow(); 359*0Sstevel@tonic-gate LoginRealm.set("name", "LoginRealm"); 360*0Sstevel@tonic-gate gbpanel44.add(LoginRealm); 361*0Sstevel@tonic-gate LoginRealm.set("GBConstraints", new GBConstraints 362*0Sstevel@tonic-gate ("x=7;y=8;width=12;height=2;fill=horizontal")); 363*0Sstevel@tonic-gate 364*0Sstevel@tonic-gate LoginServerLabel = new LabelShadow(); 365*0Sstevel@tonic-gate LoginServerLabel.set("name", "LoginServerLabel"); 366*0Sstevel@tonic-gate gbpanel44.add(LoginServerLabel); 367*0Sstevel@tonic-gate LoginServerLabel.set("GBConstraints", new GBConstraints 368*0Sstevel@tonic-gate ("x=1;y=10;width=6;height=2")); 369*0Sstevel@tonic-gate LoginServerLabel.set("text", "Admin Server:"); 370*0Sstevel@tonic-gate LoginServerLabel.set("anchor", 371*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 372*0Sstevel@tonic-gate ("east")); 373*0Sstevel@tonic-gate 374*0Sstevel@tonic-gate LoginServer = new TextFieldShadow(); 375*0Sstevel@tonic-gate LoginServer.set("name", "LoginServer"); 376*0Sstevel@tonic-gate gbpanel44.add(LoginServer); 377*0Sstevel@tonic-gate LoginServer.set("GBConstraints", new GBConstraints 378*0Sstevel@tonic-gate ("x=7;y=10;width=12;height=2;fill=horizontal")); 379*0Sstevel@tonic-gate 380*0Sstevel@tonic-gate menubar2 = new MenuBarShadow(); 381*0Sstevel@tonic-gate menubar2.set("name", "menubar2"); 382*0Sstevel@tonic-gate loginframe.add(menubar2); 383*0Sstevel@tonic-gate menubar2.set("helpMenu", new AMRef("menu1")); 384*0Sstevel@tonic-gate menubar2.set("font", convert 385*0Sstevel@tonic-gate ("java.awt.Font", 386*0Sstevel@tonic-gate "name=Dialog;style=plain;size=12")); 387*0Sstevel@tonic-gate 388*0Sstevel@tonic-gate File2 = new MenuShadow(); 389*0Sstevel@tonic-gate File2.set("name", "File2"); 390*0Sstevel@tonic-gate menubar2.add(File2); 391*0Sstevel@tonic-gate File2.set("text", "File"); 392*0Sstevel@tonic-gate File2.set("canTearOff", Boolean.FALSE); 393*0Sstevel@tonic-gate 394*0Sstevel@tonic-gate Exit2 = new MenuItemShadow(); 395*0Sstevel@tonic-gate Exit2.set("name", "Exit2"); 396*0Sstevel@tonic-gate File2.add(Exit2); 397*0Sstevel@tonic-gate Exit2.set("text", "Exit"); 398*0Sstevel@tonic-gate 399*0Sstevel@tonic-gate menu1 = new MenuShadow(); 400*0Sstevel@tonic-gate menu1.set("name", "menu1"); 401*0Sstevel@tonic-gate menubar2.add(menu1); 402*0Sstevel@tonic-gate menu1.set("text", "Help"); 403*0Sstevel@tonic-gate menu1.set("canTearOff", Boolean.FALSE); 404*0Sstevel@tonic-gate 405*0Sstevel@tonic-gate browserHelp1 = new MenuItemShadow(); 406*0Sstevel@tonic-gate browserHelp1.set("name", "browserHelp1"); 407*0Sstevel@tonic-gate menu1.add(browserHelp1); 408*0Sstevel@tonic-gate browserHelp1.set("text", "Help Contents"); 409*0Sstevel@tonic-gate 410*0Sstevel@tonic-gate Context2 = new MenuItemShadow(); 411*0Sstevel@tonic-gate Context2.set("name", "Context2"); 412*0Sstevel@tonic-gate menu1.add(Context2); 413*0Sstevel@tonic-gate Context2.set("text", "Context-sensitive help"); 414*0Sstevel@tonic-gate Context2.set("separator", Boolean.TRUE); 415*0Sstevel@tonic-gate 416*0Sstevel@tonic-gate About2 = new MenuItemShadow(); 417*0Sstevel@tonic-gate About2.set("name", "About2"); 418*0Sstevel@tonic-gate menu1.add(About2); 419*0Sstevel@tonic-gate About2.set("text", "About"); 420*0Sstevel@tonic-gate 421*0Sstevel@tonic-gate mainframe = new FrameShadow(); 422*0Sstevel@tonic-gate mainframe.set("name", "mainframe"); 423*0Sstevel@tonic-gate add(mainframe); 424*0Sstevel@tonic-gate mainframe.set("title", "SEAM Administration Tool"); 425*0Sstevel@tonic-gate mainframe.set("visible", Boolean.FALSE); 426*0Sstevel@tonic-gate mainframe.set("layoutSize", new java.awt.Dimension(885, 900)); 427*0Sstevel@tonic-gate mainframe.set("size", new java.awt.Dimension(726, 783)); 428*0Sstevel@tonic-gate mainframe.set("layoutLocation", new java.awt.Point(109, 0)); 429*0Sstevel@tonic-gate 430*0Sstevel@tonic-gate gbpanel1 = new GBPanelShadow(); 431*0Sstevel@tonic-gate gbpanel1.set("name", "gbpanel1"); 432*0Sstevel@tonic-gate mainframe.add(gbpanel1); 433*0Sstevel@tonic-gate { 434*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14}; 435*0Sstevel@tonic-gate gbpanel1.set("rowHeights", _tmp); 436*0Sstevel@tonic-gate } 437*0Sstevel@tonic-gate gbpanel1.set("GBConstraints", new GBConstraints 438*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 439*0Sstevel@tonic-gate { 440*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14}; 441*0Sstevel@tonic-gate gbpanel1.set("columnWidths", _tmp); 442*0Sstevel@tonic-gate } 443*0Sstevel@tonic-gate { 444*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 445*0Sstevel@tonic-gate gbpanel1.set("rowWeights", _tmp); 446*0Sstevel@tonic-gate } 447*0Sstevel@tonic-gate { 448*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0}; 449*0Sstevel@tonic-gate gbpanel1.set("columnWeights", _tmp); 450*0Sstevel@tonic-gate } 451*0Sstevel@tonic-gate 452*0Sstevel@tonic-gate StatusLine = new LabelShadow(); 453*0Sstevel@tonic-gate StatusLine.set("name", "StatusLine"); 454*0Sstevel@tonic-gate gbpanel1.add(StatusLine); 455*0Sstevel@tonic-gate StatusLine.set("GBConstraints", new GBConstraints 456*0Sstevel@tonic-gate ("x=1;y=4;ipadx=332")); 457*0Sstevel@tonic-gate /* BEGIN JSTYLED */ 458*0Sstevel@tonic-gate StatusLine.set("text", " "); 459*0Sstevel@tonic-gate /* END JSTYLED */ 460*0Sstevel@tonic-gate StatusLine.set("alignment", 461*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AlignmentEnum 462*0Sstevel@tonic-gate ("left")); 463*0Sstevel@tonic-gate StatusLine.set("anchor", 464*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum("west")); 465*0Sstevel@tonic-gate 466*0Sstevel@tonic-gate tabbedfolder1 = new TabbedFolderShadow(); 467*0Sstevel@tonic-gate tabbedfolder1.set("name", "tabbedfolder1"); 468*0Sstevel@tonic-gate gbpanel1.add(tabbedfolder1); 469*0Sstevel@tonic-gate tabbedfolder1.set("GBConstraints", new GBConstraints 470*0Sstevel@tonic-gate ("x=1;y=2;fill=both")); 471*0Sstevel@tonic-gate tabbedfolder1.set("borderRelief", 472*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.ReliefEnum 473*0Sstevel@tonic-gate ("groove")); 474*0Sstevel@tonic-gate 475*0Sstevel@tonic-gate Prlisttab = new GBPanelShadow(); 476*0Sstevel@tonic-gate Prlisttab.set("name", "Prlisttab"); 477*0Sstevel@tonic-gate tabbedfolder1.add(Prlisttab); 478*0Sstevel@tonic-gate { 479*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14}; 480*0Sstevel@tonic-gate Prlisttab.set("rowHeights", _tmp); 481*0Sstevel@tonic-gate } 482*0Sstevel@tonic-gate Prlisttab.set("GBConstraints", 483*0Sstevel@tonic-gate new GBConstraints("x=0;y=0;fill=both")); 484*0Sstevel@tonic-gate { 485*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14}; 486*0Sstevel@tonic-gate Prlisttab.set("columnWidths", _tmp); 487*0Sstevel@tonic-gate } 488*0Sstevel@tonic-gate Prlisttab.set("layoutName", "Principals"); 489*0Sstevel@tonic-gate { 490*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0}; 491*0Sstevel@tonic-gate Prlisttab.set("rowWeights", _tmp); 492*0Sstevel@tonic-gate } 493*0Sstevel@tonic-gate { 494*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0}; 495*0Sstevel@tonic-gate Prlisttab.set("columnWeights", _tmp); 496*0Sstevel@tonic-gate } 497*0Sstevel@tonic-gate 498*0Sstevel@tonic-gate cardpanel1 = new CardPanelShadow(); 499*0Sstevel@tonic-gate cardpanel1.set("name", "cardpanel1"); 500*0Sstevel@tonic-gate Prlisttab.add(cardpanel1); 501*0Sstevel@tonic-gate cardpanel1.set("GBConstraints", 502*0Sstevel@tonic-gate new GBConstraints("x=1;y=1;fill=both")); 503*0Sstevel@tonic-gate 504*0Sstevel@tonic-gate gbpanel2 = new GBPanelShadow(); 505*0Sstevel@tonic-gate gbpanel2.set("name", "gbpanel2"); 506*0Sstevel@tonic-gate cardpanel1.add(gbpanel2); 507*0Sstevel@tonic-gate { 508*0Sstevel@tonic-gate int _tmp[] = {14}; 509*0Sstevel@tonic-gate gbpanel2.set("rowHeights", _tmp); 510*0Sstevel@tonic-gate } 511*0Sstevel@tonic-gate gbpanel2.set("GBConstraints", new GBConstraints 512*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 513*0Sstevel@tonic-gate { 514*0Sstevel@tonic-gate int _tmp[] = {14}; 515*0Sstevel@tonic-gate gbpanel2.set("columnWidths", _tmp); 516*0Sstevel@tonic-gate } 517*0Sstevel@tonic-gate gbpanel2.set("layoutName", "List"); 518*0Sstevel@tonic-gate { 519*0Sstevel@tonic-gate double _tmp[] = {0.0}; 520*0Sstevel@tonic-gate gbpanel2.set("rowWeights", _tmp); 521*0Sstevel@tonic-gate } 522*0Sstevel@tonic-gate { 523*0Sstevel@tonic-gate double _tmp[] = {0.0}; 524*0Sstevel@tonic-gate gbpanel2.set("columnWeights", _tmp); 525*0Sstevel@tonic-gate } 526*0Sstevel@tonic-gate 527*0Sstevel@tonic-gate borderpanel1 = new BorderPanelShadow(); 528*0Sstevel@tonic-gate borderpanel1.set("name", "borderpanel1"); 529*0Sstevel@tonic-gate gbpanel2.add(borderpanel1); 530*0Sstevel@tonic-gate borderpanel1.set("GBConstraints", new GBConstraints 531*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 532*0Sstevel@tonic-gate borderpanel1.set("borderRelief", 533*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.ReliefEnum 534*0Sstevel@tonic-gate ("raised")); 535*0Sstevel@tonic-gate 536*0Sstevel@tonic-gate gbpanel19 = new GBPanelShadow(); 537*0Sstevel@tonic-gate gbpanel19.set("name", "gbpanel19"); 538*0Sstevel@tonic-gate borderpanel1.add(gbpanel19); 539*0Sstevel@tonic-gate { 540*0Sstevel@tonic-gate int _tmp[] = {14}; 541*0Sstevel@tonic-gate gbpanel19.set("rowHeights", _tmp); 542*0Sstevel@tonic-gate } 543*0Sstevel@tonic-gate gbpanel19.set("GBConstraints", new GBConstraints 544*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 545*0Sstevel@tonic-gate { 546*0Sstevel@tonic-gate int _tmp[] = {14}; 547*0Sstevel@tonic-gate gbpanel19.set("columnWidths", _tmp); 548*0Sstevel@tonic-gate } 549*0Sstevel@tonic-gate gbpanel19.set("layoutName", "West"); 550*0Sstevel@tonic-gate { 551*0Sstevel@tonic-gate double _tmp[] = {1.0}; 552*0Sstevel@tonic-gate gbpanel19.set("rowWeights", _tmp); 553*0Sstevel@tonic-gate } 554*0Sstevel@tonic-gate { 555*0Sstevel@tonic-gate double _tmp[] = {1.0}; 556*0Sstevel@tonic-gate gbpanel19.set("columnWeights", _tmp); 557*0Sstevel@tonic-gate } 558*0Sstevel@tonic-gate 559*0Sstevel@tonic-gate gbpanel3 = new GBPanelShadow(); 560*0Sstevel@tonic-gate gbpanel3.set("name", "gbpanel3"); 561*0Sstevel@tonic-gate borderpanel1.add(gbpanel3); 562*0Sstevel@tonic-gate { 563*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14}; 564*0Sstevel@tonic-gate gbpanel3.set("rowHeights", _tmp); 565*0Sstevel@tonic-gate } 566*0Sstevel@tonic-gate gbpanel3.set("GBConstraints", new GBConstraints 567*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 568*0Sstevel@tonic-gate { 569*0Sstevel@tonic-gate int _tmp[] = {14}; 570*0Sstevel@tonic-gate gbpanel3.set("columnWidths", _tmp); 571*0Sstevel@tonic-gate } 572*0Sstevel@tonic-gate gbpanel3.set("layoutName", "North"); 573*0Sstevel@tonic-gate { 574*0Sstevel@tonic-gate double _tmp[] = {0.0, 1.0, 0.0}; 575*0Sstevel@tonic-gate gbpanel3.set("rowWeights", _tmp); 576*0Sstevel@tonic-gate } 577*0Sstevel@tonic-gate { 578*0Sstevel@tonic-gate double _tmp[] = {1.0}; 579*0Sstevel@tonic-gate gbpanel3.set("columnWeights", _tmp); 580*0Sstevel@tonic-gate } 581*0Sstevel@tonic-gate 582*0Sstevel@tonic-gate PrListLabel = new LabelShadow(); 583*0Sstevel@tonic-gate PrListLabel.set("name", "PrListLabel"); 584*0Sstevel@tonic-gate gbpanel3.add(PrListLabel); 585*0Sstevel@tonic-gate PrListLabel.set("GBConstraints", new GBConstraints("x=0;y=1")); 586*0Sstevel@tonic-gate PrListLabel.set("text", "Principal List"); 587*0Sstevel@tonic-gate PrListLabel.set("font", convert 588*0Sstevel@tonic-gate ("java.awt.Font", 589*0Sstevel@tonic-gate "name=Dialog;style=plain;size=16")); 590*0Sstevel@tonic-gate 591*0Sstevel@tonic-gate gbpanel4 = new GBPanelShadow(); 592*0Sstevel@tonic-gate gbpanel4.set("name", "gbpanel4"); 593*0Sstevel@tonic-gate borderpanel1.add(gbpanel4); 594*0Sstevel@tonic-gate { 595*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14}; 596*0Sstevel@tonic-gate gbpanel4.set("rowHeights", _tmp); 597*0Sstevel@tonic-gate } 598*0Sstevel@tonic-gate gbpanel4.set("GBConstraints", new GBConstraints 599*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 600*0Sstevel@tonic-gate { 601*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 602*0Sstevel@tonic-gate 14, 14, 14, 14, 14, 14, 14}; 603*0Sstevel@tonic-gate gbpanel4.set("columnWidths", _tmp); 604*0Sstevel@tonic-gate } 605*0Sstevel@tonic-gate gbpanel4.set("layoutName", "South"); 606*0Sstevel@tonic-gate { 607*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 608*0Sstevel@tonic-gate gbpanel4.set("rowWeights", _tmp); 609*0Sstevel@tonic-gate } 610*0Sstevel@tonic-gate { 611*0Sstevel@tonic-gate double _tmp[] = {1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 612*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 613*0Sstevel@tonic-gate 0.0}; 614*0Sstevel@tonic-gate gbpanel4.set("columnWeights", _tmp); 615*0Sstevel@tonic-gate } 616*0Sstevel@tonic-gate 617*0Sstevel@tonic-gate gbpanel28 = new GBPanelShadow(); 618*0Sstevel@tonic-gate gbpanel28.set("name", "gbpanel28"); 619*0Sstevel@tonic-gate gbpanel4.add(gbpanel28); 620*0Sstevel@tonic-gate { 621*0Sstevel@tonic-gate int _tmp[] = {14}; 622*0Sstevel@tonic-gate gbpanel28.set("rowHeights", _tmp); 623*0Sstevel@tonic-gate } 624*0Sstevel@tonic-gate gbpanel28.set("GBConstraints", new GBConstraints 625*0Sstevel@tonic-gate ("x=0;y=1;width=17;fill=both")); 626*0Sstevel@tonic-gate { 627*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 628*0Sstevel@tonic-gate 14, 14, 14}; 629*0Sstevel@tonic-gate gbpanel28.set("columnWidths", _tmp); 630*0Sstevel@tonic-gate } 631*0Sstevel@tonic-gate { 632*0Sstevel@tonic-gate double _tmp[] = {0.0}; 633*0Sstevel@tonic-gate gbpanel28.set("rowWeights", _tmp); 634*0Sstevel@tonic-gate } 635*0Sstevel@tonic-gate { 636*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 637*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 638*0Sstevel@tonic-gate gbpanel28.set("columnWeights", _tmp); 639*0Sstevel@tonic-gate } 640*0Sstevel@tonic-gate 641*0Sstevel@tonic-gate PrSearchLab = new LabelShadow(); 642*0Sstevel@tonic-gate PrSearchLab.set("name", "PrSearchLab"); 643*0Sstevel@tonic-gate gbpanel28.add(PrSearchLab); 644*0Sstevel@tonic-gate PrSearchLab.set("GBConstraints", new GBConstraints("x=0;y=0")); 645*0Sstevel@tonic-gate PrSearchLab.set("text", "Filter:"); 646*0Sstevel@tonic-gate PrSearchLab.set("anchor", 647*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 648*0Sstevel@tonic-gate ("east")); 649*0Sstevel@tonic-gate 650*0Sstevel@tonic-gate PrListPattern = new TextFieldShadow(); 651*0Sstevel@tonic-gate PrListPattern.set("name", "PrListPattern"); 652*0Sstevel@tonic-gate gbpanel28.add(PrListPattern); 653*0Sstevel@tonic-gate PrListPattern.set("GBConstraints", new GBConstraints 654*0Sstevel@tonic-gate ("x=1;y=0;width=12;fill=horizontal")); 655*0Sstevel@tonic-gate 656*0Sstevel@tonic-gate PrListClear = new ButtonShadow(); 657*0Sstevel@tonic-gate PrListClear.set("name", "PrListClear"); 658*0Sstevel@tonic-gate gbpanel28.add(PrListClear); 659*0Sstevel@tonic-gate PrListClear.set("GBConstraints", new GBConstraints("x=13;y=0")); 660*0Sstevel@tonic-gate PrListClear.set("text", "Clear Filter"); 661*0Sstevel@tonic-gate 662*0Sstevel@tonic-gate labelbar1 = new LabelBarShadow(); 663*0Sstevel@tonic-gate labelbar1.set("name", "labelbar1"); 664*0Sstevel@tonic-gate gbpanel4.add(labelbar1); 665*0Sstevel@tonic-gate labelbar1.set("GBConstraints", new GBConstraints 666*0Sstevel@tonic-gate ("x=0;y=3;width=17;fill=horizontal")); 667*0Sstevel@tonic-gate 668*0Sstevel@tonic-gate gbpanel20 = new GBPanelShadow(); 669*0Sstevel@tonic-gate gbpanel20.set("name", "gbpanel20"); 670*0Sstevel@tonic-gate gbpanel4.add(gbpanel20); 671*0Sstevel@tonic-gate { 672*0Sstevel@tonic-gate int _tmp[] = {14}; 673*0Sstevel@tonic-gate gbpanel20.set("rowHeights", _tmp); 674*0Sstevel@tonic-gate } 675*0Sstevel@tonic-gate gbpanel20.set("GBConstraints", new GBConstraints 676*0Sstevel@tonic-gate ("x=0;y=5;width=17;fill=both")); 677*0Sstevel@tonic-gate { 678*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14}; 679*0Sstevel@tonic-gate gbpanel20.set("columnWidths", _tmp); 680*0Sstevel@tonic-gate } 681*0Sstevel@tonic-gate { 682*0Sstevel@tonic-gate double _tmp[] = {0.0}; 683*0Sstevel@tonic-gate gbpanel20.set("rowWeights", _tmp); 684*0Sstevel@tonic-gate } 685*0Sstevel@tonic-gate { 686*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 687*0Sstevel@tonic-gate gbpanel20.set("columnWeights", _tmp); 688*0Sstevel@tonic-gate } 689*0Sstevel@tonic-gate 690*0Sstevel@tonic-gate PrListModify = new ButtonShadow(); 691*0Sstevel@tonic-gate PrListModify.set("name", "PrListModify"); 692*0Sstevel@tonic-gate gbpanel20.add(PrListModify); 693*0Sstevel@tonic-gate PrListModify.set("GBConstraints", new GBConstraints("x=0;y=0")); 694*0Sstevel@tonic-gate PrListModify.set("text", "Modify"); 695*0Sstevel@tonic-gate 696*0Sstevel@tonic-gate PrListAdd = new ButtonShadow(); 697*0Sstevel@tonic-gate PrListAdd.set("name", "PrListAdd"); 698*0Sstevel@tonic-gate gbpanel20.add(PrListAdd); 699*0Sstevel@tonic-gate PrListAdd.set("GBConstraints", new GBConstraints("x=2;y=0")); 700*0Sstevel@tonic-gate PrListAdd.set("text", "Create New"); 701*0Sstevel@tonic-gate 702*0Sstevel@tonic-gate PrListDelete = new ButtonShadow(); 703*0Sstevel@tonic-gate PrListDelete.set("name", "PrListDelete"); 704*0Sstevel@tonic-gate gbpanel20.add(PrListDelete); 705*0Sstevel@tonic-gate PrListDelete.set("GBConstraints", new GBConstraints("x=4;y=0")); 706*0Sstevel@tonic-gate PrListDelete.set("text", "Delete"); 707*0Sstevel@tonic-gate 708*0Sstevel@tonic-gate PrListDuplicate = new ButtonShadow(); 709*0Sstevel@tonic-gate PrListDuplicate.set("name", "PrListDuplicate"); 710*0Sstevel@tonic-gate gbpanel20.add(PrListDuplicate); 711*0Sstevel@tonic-gate PrListDuplicate.set("GBConstraints", new GBConstraints 712*0Sstevel@tonic-gate ("x=6;y=0")); 713*0Sstevel@tonic-gate PrListDuplicate.set("text", "Duplicate"); 714*0Sstevel@tonic-gate 715*0Sstevel@tonic-gate gbpanel21 = new GBPanelShadow(); 716*0Sstevel@tonic-gate gbpanel21.set("name", "gbpanel21"); 717*0Sstevel@tonic-gate borderpanel1.add(gbpanel21); 718*0Sstevel@tonic-gate { 719*0Sstevel@tonic-gate int _tmp[] = {14}; 720*0Sstevel@tonic-gate gbpanel21.set("rowHeights", _tmp); 721*0Sstevel@tonic-gate } 722*0Sstevel@tonic-gate gbpanel21.set("GBConstraints", new GBConstraints 723*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 724*0Sstevel@tonic-gate { 725*0Sstevel@tonic-gate int _tmp[] = {14}; 726*0Sstevel@tonic-gate gbpanel21.set("columnWidths", _tmp); 727*0Sstevel@tonic-gate } 728*0Sstevel@tonic-gate gbpanel21.set("layoutName", "East"); 729*0Sstevel@tonic-gate { 730*0Sstevel@tonic-gate double _tmp[] = {1.0}; 731*0Sstevel@tonic-gate gbpanel21.set("rowWeights", _tmp); 732*0Sstevel@tonic-gate } 733*0Sstevel@tonic-gate { 734*0Sstevel@tonic-gate double _tmp[] = {1.0}; 735*0Sstevel@tonic-gate gbpanel21.set("columnWeights", _tmp); 736*0Sstevel@tonic-gate } 737*0Sstevel@tonic-gate 738*0Sstevel@tonic-gate gbpanel22 = new GBPanelShadow(); 739*0Sstevel@tonic-gate gbpanel22.set("name", "gbpanel22"); 740*0Sstevel@tonic-gate borderpanel1.add(gbpanel22); 741*0Sstevel@tonic-gate { 742*0Sstevel@tonic-gate int _tmp[] = {14}; 743*0Sstevel@tonic-gate gbpanel22.set("rowHeights", _tmp); 744*0Sstevel@tonic-gate } 745*0Sstevel@tonic-gate gbpanel22.set("GBConstraints", new GBConstraints 746*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 747*0Sstevel@tonic-gate { 748*0Sstevel@tonic-gate int _tmp[] = {14}; 749*0Sstevel@tonic-gate gbpanel22.set("columnWidths", _tmp); 750*0Sstevel@tonic-gate } 751*0Sstevel@tonic-gate gbpanel22.set("layoutName", "Center"); 752*0Sstevel@tonic-gate { 753*0Sstevel@tonic-gate double _tmp[] = {1.0}; 754*0Sstevel@tonic-gate gbpanel22.set("rowWeights", _tmp); 755*0Sstevel@tonic-gate } 756*0Sstevel@tonic-gate { 757*0Sstevel@tonic-gate double _tmp[] = {1.0}; 758*0Sstevel@tonic-gate gbpanel22.set("columnWeights", _tmp); 759*0Sstevel@tonic-gate } 760*0Sstevel@tonic-gate 761*0Sstevel@tonic-gate Prlist = new TextListShadow(); 762*0Sstevel@tonic-gate Prlist.set("name", "Prlist"); 763*0Sstevel@tonic-gate gbpanel22.add(Prlist); 764*0Sstevel@tonic-gate Prlist.set("items", convert("[Ljava.lang.String;", "")); 765*0Sstevel@tonic-gate Prlist.set("GBConstraints", new GBConstraints 766*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 767*0Sstevel@tonic-gate Prlist.set("allowMultipleSelections", Boolean.TRUE); 768*0Sstevel@tonic-gate Prlist.set("visibleRows", new Integer(15)); 769*0Sstevel@tonic-gate Prlist.set("selectedItems", 770*0Sstevel@tonic-gate convert("[Ljava.lang.String;", "")); 771*0Sstevel@tonic-gate 772*0Sstevel@tonic-gate gbpanel5 = new GBPanelShadow(); 773*0Sstevel@tonic-gate gbpanel5.set("name", "gbpanel5"); 774*0Sstevel@tonic-gate cardpanel1.add(gbpanel5); 775*0Sstevel@tonic-gate { 776*0Sstevel@tonic-gate int _tmp[] = {14}; 777*0Sstevel@tonic-gate gbpanel5.set("rowHeights", _tmp); 778*0Sstevel@tonic-gate } 779*0Sstevel@tonic-gate gbpanel5.set("GBConstraints", new GBConstraints 780*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 781*0Sstevel@tonic-gate { 782*0Sstevel@tonic-gate int _tmp[] = {14}; 783*0Sstevel@tonic-gate gbpanel5.set("columnWidths", _tmp); 784*0Sstevel@tonic-gate } 785*0Sstevel@tonic-gate gbpanel5.set("layoutName", "Basics"); 786*0Sstevel@tonic-gate gbpanel5.set("visible", Boolean.FALSE); 787*0Sstevel@tonic-gate { 788*0Sstevel@tonic-gate double _tmp[] = {0.0}; 789*0Sstevel@tonic-gate gbpanel5.set("rowWeights", _tmp); 790*0Sstevel@tonic-gate } 791*0Sstevel@tonic-gate { 792*0Sstevel@tonic-gate double _tmp[] = {0.0}; 793*0Sstevel@tonic-gate gbpanel5.set("columnWeights", _tmp); 794*0Sstevel@tonic-gate } 795*0Sstevel@tonic-gate 796*0Sstevel@tonic-gate gbpanel67 = new GBPanelShadow(); 797*0Sstevel@tonic-gate gbpanel67.set("name", "gbpanel67"); 798*0Sstevel@tonic-gate gbpanel5.add(gbpanel67); 799*0Sstevel@tonic-gate { 800*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 801*0Sstevel@tonic-gate 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 802*0Sstevel@tonic-gate 14, 14, 14, 14}; 803*0Sstevel@tonic-gate gbpanel67.set("rowHeights", _tmp); 804*0Sstevel@tonic-gate } 805*0Sstevel@tonic-gate gbpanel67.set("GBConstraints", new GBConstraints 806*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 807*0Sstevel@tonic-gate { 808*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14}; 809*0Sstevel@tonic-gate gbpanel67.set("columnWidths", _tmp); 810*0Sstevel@tonic-gate } 811*0Sstevel@tonic-gate gbpanel67.set("borderRelief", 812*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.ReliefEnum 813*0Sstevel@tonic-gate ("raised")); 814*0Sstevel@tonic-gate { 815*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 816*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 817*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 818*0Sstevel@tonic-gate 0.0, 0.0}; 819*0Sstevel@tonic-gate gbpanel67.set("rowWeights", _tmp); 820*0Sstevel@tonic-gate } 821*0Sstevel@tonic-gate { 822*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0}; 823*0Sstevel@tonic-gate gbpanel67.set("columnWeights", _tmp); 824*0Sstevel@tonic-gate } 825*0Sstevel@tonic-gate 826*0Sstevel@tonic-gate PrBasicLabel = new LabelShadow(); 827*0Sstevel@tonic-gate PrBasicLabel.set("name", "PrBasicLabel"); 828*0Sstevel@tonic-gate gbpanel67.add(PrBasicLabel); 829*0Sstevel@tonic-gate PrBasicLabel.set("GBConstraints", new GBConstraints 830*0Sstevel@tonic-gate ("x=0;y=1;width=3")); 831*0Sstevel@tonic-gate PrBasicLabel.set("text", "Principal Basics"); 832*0Sstevel@tonic-gate PrBasicLabel.set("font", convert 833*0Sstevel@tonic-gate ("java.awt.Font", 834*0Sstevel@tonic-gate "name=Dialog;style=plain;size=16")); 835*0Sstevel@tonic-gate 836*0Sstevel@tonic-gate LabelBarGeneral = new LabelBarShadow(); 837*0Sstevel@tonic-gate LabelBarGeneral.set("name", "LabelBarGeneral"); 838*0Sstevel@tonic-gate gbpanel67.add(LabelBarGeneral); 839*0Sstevel@tonic-gate LabelBarGeneral.set("GBConstraints", new GBConstraints 840*0Sstevel@tonic-gate ("x=0;y=2;width=3;fill=horizontal")); 841*0Sstevel@tonic-gate LabelBarGeneral.set("text", "General"); 842*0Sstevel@tonic-gate LabelBarGeneral.set("font", 843*0Sstevel@tonic-gate convert 844*0Sstevel@tonic-gate ("java.awt.Font", 845*0Sstevel@tonic-gate "name=Dialog;style=italic;size=12")); 846*0Sstevel@tonic-gate 847*0Sstevel@tonic-gate PrNameLabel1 = new LabelShadow(); 848*0Sstevel@tonic-gate PrNameLabel1.set("name", "PrNameLabel1"); 849*0Sstevel@tonic-gate gbpanel67.add(PrNameLabel1); 850*0Sstevel@tonic-gate PrNameLabel1.set("GBConstraints", new GBConstraints("x=0;y=4")); 851*0Sstevel@tonic-gate PrNameLabel1.set("text", "Principal Name:"); 852*0Sstevel@tonic-gate PrNameLabel1.set("anchor", 853*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 854*0Sstevel@tonic-gate ("east")); 855*0Sstevel@tonic-gate 856*0Sstevel@tonic-gate PrName1 = new TextFieldShadow(); 857*0Sstevel@tonic-gate PrName1.set("name", "PrName1"); 858*0Sstevel@tonic-gate gbpanel67.add(PrName1); 859*0Sstevel@tonic-gate PrName1.set("GBConstraints", new GBConstraints 860*0Sstevel@tonic-gate ("x=1;y=4;fill=horizontal")); 861*0Sstevel@tonic-gate PrName1.set("editable", Boolean.FALSE); 862*0Sstevel@tonic-gate 863*0Sstevel@tonic-gate PrPasswordLabel = new LabelShadow(); 864*0Sstevel@tonic-gate PrPasswordLabel.set("name", "PrPasswordLabel"); 865*0Sstevel@tonic-gate gbpanel67.add(PrPasswordLabel); 866*0Sstevel@tonic-gate PrPasswordLabel.set("GBConstraints", 867*0Sstevel@tonic-gate new GBConstraints("x=0;y=6")); 868*0Sstevel@tonic-gate PrPasswordLabel.set("text", "Password:"); 869*0Sstevel@tonic-gate PrPasswordLabel.set("anchor", 870*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 871*0Sstevel@tonic-gate ("east")); 872*0Sstevel@tonic-gate 873*0Sstevel@tonic-gate PrPassword = new TextFieldShadow(); 874*0Sstevel@tonic-gate PrPassword.set("name", "PrPassword"); 875*0Sstevel@tonic-gate gbpanel67.add(PrPassword); 876*0Sstevel@tonic-gate PrPassword.set("GBConstraints", new GBConstraints 877*0Sstevel@tonic-gate ("x=1;y=6;fill=horizontal")); 878*0Sstevel@tonic-gate PrPassword.set("echoCharacter", new Character('*')); 879*0Sstevel@tonic-gate 880*0Sstevel@tonic-gate PrBasicRandomPw = new ButtonShadow(); 881*0Sstevel@tonic-gate PrBasicRandomPw.set("name", "PrBasicRandomPw"); 882*0Sstevel@tonic-gate gbpanel67.add(PrBasicRandomPw); 883*0Sstevel@tonic-gate PrBasicRandomPw.set("GBConstraints", new GBConstraints 884*0Sstevel@tonic-gate ("x=1;y=8")); 885*0Sstevel@tonic-gate PrBasicRandomPw.set("text", "Generate Random Password"); 886*0Sstevel@tonic-gate PrBasicRandomPw.set("anchor", 887*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 888*0Sstevel@tonic-gate ("west")); 889*0Sstevel@tonic-gate 890*0Sstevel@tonic-gate PrPolicyLabel = new LabelShadow(); 891*0Sstevel@tonic-gate PrPolicyLabel.set("name", "PrPolicyLabel"); 892*0Sstevel@tonic-gate gbpanel67.add(PrPolicyLabel); 893*0Sstevel@tonic-gate PrPolicyLabel.set("GBConstraints", new GBConstraints 894*0Sstevel@tonic-gate ("x=0;y=10")); 895*0Sstevel@tonic-gate PrPolicyLabel.set("text", "Policy:"); 896*0Sstevel@tonic-gate PrPolicyLabel.set("anchor", 897*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 898*0Sstevel@tonic-gate ("east")); 899*0Sstevel@tonic-gate 900*0Sstevel@tonic-gate PrPolicy = new ChoiceShadow(); 901*0Sstevel@tonic-gate PrPolicy.set("name", "PrPolicy"); 902*0Sstevel@tonic-gate gbpanel67.add(PrPolicy); 903*0Sstevel@tonic-gate PrPolicy.set("items", convert("[Ljava.lang.String;", 904*0Sstevel@tonic-gate "(no policy)")); 905*0Sstevel@tonic-gate PrPolicy.set("GBConstraints", new GBConstraints("x=1;y=10")); 906*0Sstevel@tonic-gate PrPolicy.set("anchor", new sunsoft.jws.visual.rt.type.AnchorEnum 907*0Sstevel@tonic-gate ("west")); 908*0Sstevel@tonic-gate PrPolicy.set("selectedItem", "(no policy)"); 909*0Sstevel@tonic-gate 910*0Sstevel@tonic-gate PrExpiryLabel = new LabelShadow(); 911*0Sstevel@tonic-gate PrExpiryLabel.set("name", "PrExpiryLabel"); 912*0Sstevel@tonic-gate gbpanel67.add(PrExpiryLabel); 913*0Sstevel@tonic-gate PrExpiryLabel.set("GBConstraints", new GBConstraints 914*0Sstevel@tonic-gate ("x=0;y=12")); 915*0Sstevel@tonic-gate PrExpiryLabel.set("text", "Account Expires:"); 916*0Sstevel@tonic-gate PrExpiryLabel.set("anchor", 917*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 918*0Sstevel@tonic-gate ("east")); 919*0Sstevel@tonic-gate 920*0Sstevel@tonic-gate PrExpiry = new TextFieldShadow(); 921*0Sstevel@tonic-gate PrExpiry.set("name", "PrExpiry"); 922*0Sstevel@tonic-gate gbpanel67.add(PrExpiry); 923*0Sstevel@tonic-gate PrExpiry.set("GBConstraints", new GBConstraints 924*0Sstevel@tonic-gate ("x=1;y=12;fill=horizontal")); 925*0Sstevel@tonic-gate 926*0Sstevel@tonic-gate PrExpiryMoreButton = new ButtonShadow(); 927*0Sstevel@tonic-gate PrExpiryMoreButton.set("name", "PrExpiryMoreButton"); 928*0Sstevel@tonic-gate gbpanel67.add(PrExpiryMoreButton); 929*0Sstevel@tonic-gate PrExpiryMoreButton.set("GBConstraints", new GBConstraints 930*0Sstevel@tonic-gate ("x=2;y=12")); 931*0Sstevel@tonic-gate PrExpiryMoreButton.set("standard", Boolean.FALSE); 932*0Sstevel@tonic-gate PrExpiryMoreButton.set("text", "..."); 933*0Sstevel@tonic-gate 934*0Sstevel@tonic-gate LabelBarPrincipal = new LabelBarShadow(); 935*0Sstevel@tonic-gate LabelBarPrincipal.set("name", "LabelBarPrincipal"); 936*0Sstevel@tonic-gate gbpanel67.add(LabelBarPrincipal); 937*0Sstevel@tonic-gate LabelBarPrincipal.set("GBConstraints", new GBConstraints 938*0Sstevel@tonic-gate ("x=0;y=14;width=3;fill=horizontal")); 939*0Sstevel@tonic-gate LabelBarPrincipal.set("text", "Admin History"); 940*0Sstevel@tonic-gate LabelBarPrincipal.set("font", convert 941*0Sstevel@tonic-gate ("java.awt.Font", 942*0Sstevel@tonic-gate "name=Dialog;style=italic;size=12")); 943*0Sstevel@tonic-gate 944*0Sstevel@tonic-gate PrLastChangedTimeLabel = new LabelShadow(); 945*0Sstevel@tonic-gate PrLastChangedTimeLabel.set("name", "PrLastChangedTimeLabel"); 946*0Sstevel@tonic-gate gbpanel67.add(PrLastChangedTimeLabel); 947*0Sstevel@tonic-gate PrLastChangedTimeLabel.set("GBConstraints", 948*0Sstevel@tonic-gate new GBConstraints("x=0;y=16")); 949*0Sstevel@tonic-gate PrLastChangedTimeLabel.set("text", "Last Principal Change:"); 950*0Sstevel@tonic-gate PrLastChangedTimeLabel.set 951*0Sstevel@tonic-gate ("anchor", 952*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum("east")); 953*0Sstevel@tonic-gate 954*0Sstevel@tonic-gate PrLastChangedTime = new LabelShadow(); 955*0Sstevel@tonic-gate PrLastChangedTime.set("name", "PrLastChangedTime"); 956*0Sstevel@tonic-gate gbpanel67.add(PrLastChangedTime); 957*0Sstevel@tonic-gate PrLastChangedTime.set("GBConstraints", new GBConstraints 958*0Sstevel@tonic-gate ("x=1;y=16")); 959*0Sstevel@tonic-gate PrLastChangedTime.set("text", ""); 960*0Sstevel@tonic-gate PrLastChangedTime.set("alignment", 961*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AlignmentEnum 962*0Sstevel@tonic-gate ("left")); 963*0Sstevel@tonic-gate PrLastChangedTime.set("anchor", 964*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 965*0Sstevel@tonic-gate ("west")); 966*0Sstevel@tonic-gate 967*0Sstevel@tonic-gate PrLastChangedByLabel = new LabelShadow(); 968*0Sstevel@tonic-gate PrLastChangedByLabel.set("name", "PrLastChangedByLabel"); 969*0Sstevel@tonic-gate gbpanel67.add(PrLastChangedByLabel); 970*0Sstevel@tonic-gate PrLastChangedByLabel.set("GBConstraints", 971*0Sstevel@tonic-gate new GBConstraints("x=0;y=18")); 972*0Sstevel@tonic-gate PrLastChangedByLabel.set("text", "Last Changed By:"); 973*0Sstevel@tonic-gate PrLastChangedByLabel.set 974*0Sstevel@tonic-gate ("anchor", 975*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum("east")); 976*0Sstevel@tonic-gate 977*0Sstevel@tonic-gate PrLastChangedBy = new LabelShadow(); 978*0Sstevel@tonic-gate PrLastChangedBy.set("name", "PrLastChangedBy"); 979*0Sstevel@tonic-gate gbpanel67.add(PrLastChangedBy); 980*0Sstevel@tonic-gate PrLastChangedBy.set("GBConstraints", new GBConstraints 981*0Sstevel@tonic-gate ("x=1;y=18")); 982*0Sstevel@tonic-gate PrLastChangedBy.set("text", ""); 983*0Sstevel@tonic-gate PrLastChangedBy.set 984*0Sstevel@tonic-gate ("alignment", 985*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AlignmentEnum("left")); 986*0Sstevel@tonic-gate PrLastChangedBy.set("anchor", 987*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 988*0Sstevel@tonic-gate ("west")); 989*0Sstevel@tonic-gate 990*0Sstevel@tonic-gate PrCommentsLabel = new LabelShadow(); 991*0Sstevel@tonic-gate PrCommentsLabel.set("name", "PrCommentsLabel"); 992*0Sstevel@tonic-gate gbpanel67.add(PrCommentsLabel); 993*0Sstevel@tonic-gate PrCommentsLabel.set("GBConstraints", new GBConstraints 994*0Sstevel@tonic-gate ("x=0;y=20")); 995*0Sstevel@tonic-gate PrCommentsLabel.set("text", "Comments:"); 996*0Sstevel@tonic-gate PrCommentsLabel.set("anchor", 997*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 998*0Sstevel@tonic-gate ("east")); 999*0Sstevel@tonic-gate 1000*0Sstevel@tonic-gate PrComments = new TextFieldShadow(); 1001*0Sstevel@tonic-gate PrComments.set("name", "PrComments"); 1002*0Sstevel@tonic-gate gbpanel67.add(PrComments); 1003*0Sstevel@tonic-gate PrComments.set("GBConstraints", new GBConstraints 1004*0Sstevel@tonic-gate ("x=1;y=20;fill=horizontal")); 1005*0Sstevel@tonic-gate 1006*0Sstevel@tonic-gate labelbar20 = new LabelBarShadow(); 1007*0Sstevel@tonic-gate labelbar20.set("name", "labelbar20"); 1008*0Sstevel@tonic-gate gbpanel67.add(labelbar20); 1009*0Sstevel@tonic-gate labelbar20.set("GBConstraints", new GBConstraints 1010*0Sstevel@tonic-gate ("x=0;y=22;width=3;fill=horizontal")); 1011*0Sstevel@tonic-gate 1012*0Sstevel@tonic-gate gbpanel11 = new GBPanelShadow(); 1013*0Sstevel@tonic-gate gbpanel11.set("name", "gbpanel11"); 1014*0Sstevel@tonic-gate gbpanel67.add(gbpanel11); 1015*0Sstevel@tonic-gate { 1016*0Sstevel@tonic-gate int _tmp[] = {14}; 1017*0Sstevel@tonic-gate gbpanel11.set("rowHeights", _tmp); 1018*0Sstevel@tonic-gate } 1019*0Sstevel@tonic-gate gbpanel11.set("GBConstraints", new GBConstraints 1020*0Sstevel@tonic-gate ("x=0;y=24;width=3;fill=both")); 1021*0Sstevel@tonic-gate { 1022*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14}; 1023*0Sstevel@tonic-gate gbpanel11.set("columnWidths", _tmp); 1024*0Sstevel@tonic-gate } 1025*0Sstevel@tonic-gate { 1026*0Sstevel@tonic-gate double _tmp[] = {0.0}; 1027*0Sstevel@tonic-gate gbpanel11.set("rowWeights", _tmp); 1028*0Sstevel@tonic-gate } 1029*0Sstevel@tonic-gate { 1030*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 1031*0Sstevel@tonic-gate gbpanel11.set("columnWeights", _tmp); 1032*0Sstevel@tonic-gate } 1033*0Sstevel@tonic-gate 1034*0Sstevel@tonic-gate PrBasicSave = new ButtonShadow(); 1035*0Sstevel@tonic-gate PrBasicSave.set("name", "PrBasicSave"); 1036*0Sstevel@tonic-gate gbpanel11.add(PrBasicSave); 1037*0Sstevel@tonic-gate PrBasicSave.set("GBConstraints", new GBConstraints("x=0;y=0")); 1038*0Sstevel@tonic-gate PrBasicSave.set("text", "Save"); 1039*0Sstevel@tonic-gate 1040*0Sstevel@tonic-gate PrBasicPrevious = new ButtonShadow(); 1041*0Sstevel@tonic-gate PrBasicPrevious.set("name", "PrBasicPrevious"); 1042*0Sstevel@tonic-gate gbpanel11.add(PrBasicPrevious); 1043*0Sstevel@tonic-gate PrBasicPrevious.set("GBConstraints", new GBConstraints 1044*0Sstevel@tonic-gate ("x=2;y=0")); 1045*0Sstevel@tonic-gate PrBasicPrevious.set("text", "Previous"); 1046*0Sstevel@tonic-gate 1047*0Sstevel@tonic-gate PrBasicNext = new ButtonShadow(); 1048*0Sstevel@tonic-gate PrBasicNext.set("name", "PrBasicNext"); 1049*0Sstevel@tonic-gate gbpanel11.add(PrBasicNext); 1050*0Sstevel@tonic-gate PrBasicNext.set("GBConstraints", new GBConstraints("x=4;y=0")); 1051*0Sstevel@tonic-gate PrBasicNext.set("text", "Next"); 1052*0Sstevel@tonic-gate 1053*0Sstevel@tonic-gate PrBasicCancel = new ButtonShadow(); 1054*0Sstevel@tonic-gate PrBasicCancel.set("name", "PrBasicCancel"); 1055*0Sstevel@tonic-gate gbpanel11.add(PrBasicCancel); 1056*0Sstevel@tonic-gate PrBasicCancel.set("GBConstraints", new GBConstraints 1057*0Sstevel@tonic-gate ("x=6;y=0")); 1058*0Sstevel@tonic-gate PrBasicCancel.set("text", "Cancel"); 1059*0Sstevel@tonic-gate 1060*0Sstevel@tonic-gate gbpanel6 = new GBPanelShadow(); 1061*0Sstevel@tonic-gate gbpanel6.set("name", "gbpanel6"); 1062*0Sstevel@tonic-gate cardpanel1.add(gbpanel6); 1063*0Sstevel@tonic-gate { 1064*0Sstevel@tonic-gate int _tmp[] = {14}; 1065*0Sstevel@tonic-gate gbpanel6.set("rowHeights", _tmp); 1066*0Sstevel@tonic-gate } 1067*0Sstevel@tonic-gate gbpanel6.set("GBConstraints", new GBConstraints 1068*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1069*0Sstevel@tonic-gate { 1070*0Sstevel@tonic-gate int _tmp[] = {14}; 1071*0Sstevel@tonic-gate gbpanel6.set("columnWidths", _tmp); 1072*0Sstevel@tonic-gate } 1073*0Sstevel@tonic-gate gbpanel6.set("layoutName", "Details"); 1074*0Sstevel@tonic-gate gbpanel6.set("visible", Boolean.FALSE); 1075*0Sstevel@tonic-gate { 1076*0Sstevel@tonic-gate double _tmp[] = {0.0}; 1077*0Sstevel@tonic-gate gbpanel6.set("rowWeights", _tmp); 1078*0Sstevel@tonic-gate } 1079*0Sstevel@tonic-gate { 1080*0Sstevel@tonic-gate double _tmp[] = {0.0}; 1081*0Sstevel@tonic-gate gbpanel6.set("columnWeights", _tmp); 1082*0Sstevel@tonic-gate } 1083*0Sstevel@tonic-gate 1084*0Sstevel@tonic-gate gbpanel73 = new GBPanelShadow(); 1085*0Sstevel@tonic-gate gbpanel73.set("name", "gbpanel73"); 1086*0Sstevel@tonic-gate gbpanel6.add(gbpanel73); 1087*0Sstevel@tonic-gate { 1088*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 1089*0Sstevel@tonic-gate 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 1090*0Sstevel@tonic-gate 14, 14, 14, 14, 14}; 1091*0Sstevel@tonic-gate gbpanel73.set("rowHeights", _tmp); 1092*0Sstevel@tonic-gate } 1093*0Sstevel@tonic-gate gbpanel73.set("GBConstraints", new GBConstraints 1094*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1095*0Sstevel@tonic-gate { 1096*0Sstevel@tonic-gate int _tmp[] = {14, 174, 14}; 1097*0Sstevel@tonic-gate gbpanel73.set("columnWidths", _tmp); 1098*0Sstevel@tonic-gate } 1099*0Sstevel@tonic-gate gbpanel73.set("borderRelief", 1100*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.ReliefEnum 1101*0Sstevel@tonic-gate ("raised")); 1102*0Sstevel@tonic-gate { 1103*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1104*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1105*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1106*0Sstevel@tonic-gate 0.0, 0.0, 0.0}; 1107*0Sstevel@tonic-gate gbpanel73.set("rowWeights", _tmp); 1108*0Sstevel@tonic-gate } 1109*0Sstevel@tonic-gate { 1110*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0}; 1111*0Sstevel@tonic-gate gbpanel73.set("columnWeights", _tmp); 1112*0Sstevel@tonic-gate } 1113*0Sstevel@tonic-gate 1114*0Sstevel@tonic-gate PrDetailLabel = new LabelShadow(); 1115*0Sstevel@tonic-gate PrDetailLabel.set("name", "PrDetailLabel"); 1116*0Sstevel@tonic-gate gbpanel73.add(PrDetailLabel); 1117*0Sstevel@tonic-gate PrDetailLabel.set("GBConstraints", new GBConstraints 1118*0Sstevel@tonic-gate ("x=0;y=1;width=3")); 1119*0Sstevel@tonic-gate PrDetailLabel.set("text", "Principal Details"); 1120*0Sstevel@tonic-gate PrDetailLabel.set("font", convert 1121*0Sstevel@tonic-gate ("java.awt.Font", 1122*0Sstevel@tonic-gate "name=Dialog;style=plain;size=16")); 1123*0Sstevel@tonic-gate 1124*0Sstevel@tonic-gate PrName2 = new LabelShadow(); 1125*0Sstevel@tonic-gate PrName2.set("name", "PrName2"); 1126*0Sstevel@tonic-gate gbpanel73.add(PrName2); 1127*0Sstevel@tonic-gate PrName2.set("GBConstraints", new GBConstraints 1128*0Sstevel@tonic-gate ("x=0;y=2;width=3;ipadx=188")); 1129*0Sstevel@tonic-gate PrName2.set("text", ""); 1130*0Sstevel@tonic-gate PrName2.set("font", convert 1131*0Sstevel@tonic-gate ("java.awt.Font", 1132*0Sstevel@tonic-gate "name=Dialog;style=plain;size=14")); 1133*0Sstevel@tonic-gate 1134*0Sstevel@tonic-gate LabelBarPassword = new LabelBarShadow(); 1135*0Sstevel@tonic-gate LabelBarPassword.set("name", "LabelBarPassword"); 1136*0Sstevel@tonic-gate gbpanel73.add(LabelBarPassword); 1137*0Sstevel@tonic-gate LabelBarPassword.set("GBConstraints", new GBConstraints 1138*0Sstevel@tonic-gate ("x=0;y=3;width=3;fill=horizontal")); 1139*0Sstevel@tonic-gate LabelBarPassword.set("text", "Password"); 1140*0Sstevel@tonic-gate LabelBarPassword.set("font", convert 1141*0Sstevel@tonic-gate ("java.awt.Font", 1142*0Sstevel@tonic-gate "name=Dialog;style=italic;size=12")); 1143*0Sstevel@tonic-gate 1144*0Sstevel@tonic-gate PrLastSuccessLabel = new LabelShadow(); 1145*0Sstevel@tonic-gate PrLastSuccessLabel.set("name", "PrLastSuccessLabel"); 1146*0Sstevel@tonic-gate gbpanel73.add(PrLastSuccessLabel); 1147*0Sstevel@tonic-gate PrLastSuccessLabel.set("GBConstraints", new GBConstraints 1148*0Sstevel@tonic-gate ("x=0;y=5")); 1149*0Sstevel@tonic-gate PrLastSuccessLabel.set("text", "Last Success:"); 1150*0Sstevel@tonic-gate PrLastSuccessLabel.set("anchor", 1151*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1152*0Sstevel@tonic-gate ("east")); 1153*0Sstevel@tonic-gate 1154*0Sstevel@tonic-gate PrLastSuccess = new LabelShadow(); 1155*0Sstevel@tonic-gate PrLastSuccess.set("name", "PrLastSuccess"); 1156*0Sstevel@tonic-gate gbpanel73.add(PrLastSuccess); 1157*0Sstevel@tonic-gate PrLastSuccess.set("GBConstraints", new GBConstraints 1158*0Sstevel@tonic-gate ("x=1;y=5")); 1159*0Sstevel@tonic-gate PrLastSuccess.set("text", ""); 1160*0Sstevel@tonic-gate PrLastSuccess.set("alignment", 1161*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AlignmentEnum 1162*0Sstevel@tonic-gate ("left")); 1163*0Sstevel@tonic-gate PrLastSuccess.set("anchor", 1164*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1165*0Sstevel@tonic-gate ("west")); 1166*0Sstevel@tonic-gate 1167*0Sstevel@tonic-gate PrLastFailureLabel = new LabelShadow(); 1168*0Sstevel@tonic-gate PrLastFailureLabel.set("name", "PrLastFailureLabel"); 1169*0Sstevel@tonic-gate gbpanel73.add(PrLastFailureLabel); 1170*0Sstevel@tonic-gate PrLastFailureLabel.set("GBConstraints", new GBConstraints 1171*0Sstevel@tonic-gate ("x=0;y=7")); 1172*0Sstevel@tonic-gate PrLastFailureLabel.set("text", "Last Failure:"); 1173*0Sstevel@tonic-gate PrLastFailureLabel.set("anchor", 1174*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1175*0Sstevel@tonic-gate ("east")); 1176*0Sstevel@tonic-gate 1177*0Sstevel@tonic-gate PrLastFailure = new LabelShadow(); 1178*0Sstevel@tonic-gate PrLastFailure.set("name", "PrLastFailure"); 1179*0Sstevel@tonic-gate gbpanel73.add(PrLastFailure); 1180*0Sstevel@tonic-gate PrLastFailure.set("GBConstraints", new GBConstraints 1181*0Sstevel@tonic-gate ("x=1;y=7")); 1182*0Sstevel@tonic-gate PrLastFailure.set("text", ""); 1183*0Sstevel@tonic-gate PrLastFailure.set("alignment", 1184*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AlignmentEnum 1185*0Sstevel@tonic-gate ("left")); 1186*0Sstevel@tonic-gate PrLastFailure.set("anchor", 1187*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1188*0Sstevel@tonic-gate ("west")); 1189*0Sstevel@tonic-gate 1190*0Sstevel@tonic-gate PrFailureCountLabel = new LabelShadow(); 1191*0Sstevel@tonic-gate PrFailureCountLabel.set("name", "PrFailureCountLabel"); 1192*0Sstevel@tonic-gate gbpanel73.add(PrFailureCountLabel); 1193*0Sstevel@tonic-gate PrFailureCountLabel.set("GBConstraints", new GBConstraints 1194*0Sstevel@tonic-gate ("x=0;y=9")); 1195*0Sstevel@tonic-gate PrFailureCountLabel.set("text", "Failure Count:"); 1196*0Sstevel@tonic-gate PrFailureCountLabel.set 1197*0Sstevel@tonic-gate ("anchor", 1198*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum("east")); 1199*0Sstevel@tonic-gate 1200*0Sstevel@tonic-gate PrFailCount = new LabelShadow(); 1201*0Sstevel@tonic-gate PrFailCount.set("name", "PrFailCount"); 1202*0Sstevel@tonic-gate gbpanel73.add(PrFailCount); 1203*0Sstevel@tonic-gate PrFailCount.set("GBConstraints", new GBConstraints("x=1;y=9")); 1204*0Sstevel@tonic-gate PrFailCount.set("text", ""); 1205*0Sstevel@tonic-gate PrFailCount.set("alignment", 1206*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AlignmentEnum 1207*0Sstevel@tonic-gate ("left")); 1208*0Sstevel@tonic-gate PrFailCount.set("anchor", 1209*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1210*0Sstevel@tonic-gate ("west")); 1211*0Sstevel@tonic-gate 1212*0Sstevel@tonic-gate PrPwLastChangedLabel = new LabelShadow(); 1213*0Sstevel@tonic-gate PrPwLastChangedLabel.set("name", "PrPwLastChangedLabel"); 1214*0Sstevel@tonic-gate gbpanel73.add(PrPwLastChangedLabel); 1215*0Sstevel@tonic-gate PrPwLastChangedLabel.set("GBConstraints", new GBConstraints 1216*0Sstevel@tonic-gate ("x=0;y=11")); 1217*0Sstevel@tonic-gate PrPwLastChangedLabel.set("text", "Last Password Change:"); 1218*0Sstevel@tonic-gate PrPwLastChangedLabel.set 1219*0Sstevel@tonic-gate ("anchor", 1220*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum("east")); 1221*0Sstevel@tonic-gate 1222*0Sstevel@tonic-gate PrLastPwChange = new LabelShadow(); 1223*0Sstevel@tonic-gate PrLastPwChange.set("name", "PrLastPwChange"); 1224*0Sstevel@tonic-gate gbpanel73.add(PrLastPwChange); 1225*0Sstevel@tonic-gate PrLastPwChange.set("GBConstraints", new GBConstraints 1226*0Sstevel@tonic-gate ("x=1;y=11")); 1227*0Sstevel@tonic-gate PrLastPwChange.set("text", ""); 1228*0Sstevel@tonic-gate PrLastPwChange.set("alignment", 1229*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AlignmentEnum 1230*0Sstevel@tonic-gate ("left")); 1231*0Sstevel@tonic-gate PrLastPwChange.set("anchor", 1232*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1233*0Sstevel@tonic-gate ("west")); 1234*0Sstevel@tonic-gate 1235*0Sstevel@tonic-gate PrPwExpiryLabel = new LabelShadow(); 1236*0Sstevel@tonic-gate PrPwExpiryLabel.set("name", "PrPwExpiryLabel"); 1237*0Sstevel@tonic-gate gbpanel73.add(PrPwExpiryLabel); 1238*0Sstevel@tonic-gate PrPwExpiryLabel.set("GBConstraints", new GBConstraints 1239*0Sstevel@tonic-gate ("x=0;y=13")); 1240*0Sstevel@tonic-gate PrPwExpiryLabel.set("text", "Password Expires:"); 1241*0Sstevel@tonic-gate PrPwExpiryLabel.set("anchor", 1242*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1243*0Sstevel@tonic-gate ("east")); 1244*0Sstevel@tonic-gate 1245*0Sstevel@tonic-gate PrPwExpiry = new TextFieldShadow(); 1246*0Sstevel@tonic-gate PrPwExpiry.set("name", "PrPwExpiry"); 1247*0Sstevel@tonic-gate gbpanel73.add(PrPwExpiry); 1248*0Sstevel@tonic-gate PrPwExpiry.set("GBConstraints", new GBConstraints 1249*0Sstevel@tonic-gate ("x=1;y=13;fill=horizontal")); 1250*0Sstevel@tonic-gate 1251*0Sstevel@tonic-gate PrPwExpiryMoreButton = new ButtonShadow(); 1252*0Sstevel@tonic-gate PrPwExpiryMoreButton.set("name", "PrPwExpiryMoreButton"); 1253*0Sstevel@tonic-gate gbpanel73.add(PrPwExpiryMoreButton); 1254*0Sstevel@tonic-gate PrPwExpiryMoreButton.set("GBConstraints", new GBConstraints 1255*0Sstevel@tonic-gate ("x=2;y=13")); 1256*0Sstevel@tonic-gate PrPwExpiryMoreButton.set("standard", Boolean.FALSE); 1257*0Sstevel@tonic-gate PrPwExpiryMoreButton.set("text", "..."); 1258*0Sstevel@tonic-gate 1259*0Sstevel@tonic-gate PrKvnoLabel = new LabelShadow(); 1260*0Sstevel@tonic-gate PrKvnoLabel.set("name", "PrKvnoLabel"); 1261*0Sstevel@tonic-gate gbpanel73.add(PrKvnoLabel); 1262*0Sstevel@tonic-gate PrKvnoLabel.set("GBConstraints", new GBConstraints("x=0;y=15")); 1263*0Sstevel@tonic-gate PrKvnoLabel.set("text", "Key Version:"); 1264*0Sstevel@tonic-gate PrKvnoLabel.set("anchor", 1265*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1266*0Sstevel@tonic-gate ("east")); 1267*0Sstevel@tonic-gate 1268*0Sstevel@tonic-gate PrKvno = new TextFieldShadow(); 1269*0Sstevel@tonic-gate PrKvno.set("name", "PrKvno"); 1270*0Sstevel@tonic-gate gbpanel73.add(PrKvno); 1271*0Sstevel@tonic-gate PrKvno.set("GBConstraints", 1272*0Sstevel@tonic-gate new GBConstraints("x=1;y=15;fill=horizontal")); 1273*0Sstevel@tonic-gate 1274*0Sstevel@tonic-gate LabelBarTicket = new LabelBarShadow(); 1275*0Sstevel@tonic-gate LabelBarTicket.set("name", "LabelBarTicket"); 1276*0Sstevel@tonic-gate gbpanel73.add(LabelBarTicket); 1277*0Sstevel@tonic-gate LabelBarTicket.set("GBConstraints", new GBConstraints 1278*0Sstevel@tonic-gate ("x=0;y=17;width=3;fill=horizontal")); 1279*0Sstevel@tonic-gate LabelBarTicket.set("text", "Ticket Lifetimes"); 1280*0Sstevel@tonic-gate LabelBarTicket.set("font", convert 1281*0Sstevel@tonic-gate ("java.awt.Font", 1282*0Sstevel@tonic-gate "name=Dialog;style=italic;size=12")); 1283*0Sstevel@tonic-gate 1284*0Sstevel@tonic-gate PrMaxTicketLifetimeLabel = new LabelShadow(); 1285*0Sstevel@tonic-gate PrMaxTicketLifetimeLabel.set("name", 1286*0Sstevel@tonic-gate "PrMaxTicketLifetimeLabel"); 1287*0Sstevel@tonic-gate gbpanel73.add(PrMaxTicketLifetimeLabel); 1288*0Sstevel@tonic-gate PrMaxTicketLifetimeLabel.set("GBConstraints", new GBConstraints 1289*0Sstevel@tonic-gate ("x=0;y=19")); 1290*0Sstevel@tonic-gate PrMaxTicketLifetimeLabel.set("text", 1291*0Sstevel@tonic-gate "Maximum Lifetime (seconds):"); 1292*0Sstevel@tonic-gate PrMaxTicketLifetimeLabel.set 1293*0Sstevel@tonic-gate ("anchor", 1294*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum("east")); 1295*0Sstevel@tonic-gate 1296*0Sstevel@tonic-gate PrMaxLifetime = new TextFieldShadow(); 1297*0Sstevel@tonic-gate PrMaxLifetime.set("name", "PrMaxLifetime"); 1298*0Sstevel@tonic-gate gbpanel73.add(PrMaxLifetime); 1299*0Sstevel@tonic-gate PrMaxLifetime.set("GBConstraints", new GBConstraints 1300*0Sstevel@tonic-gate ("x=1;y=19;fill=horizontal")); 1301*0Sstevel@tonic-gate 1302*0Sstevel@tonic-gate PrMaxLifetimeMoreButton = new ButtonShadow(); 1303*0Sstevel@tonic-gate PrMaxLifetimeMoreButton.set("name", 1304*0Sstevel@tonic-gate "PrMaxLifetimeMoreButton"); 1305*0Sstevel@tonic-gate gbpanel73.add(PrMaxLifetimeMoreButton); 1306*0Sstevel@tonic-gate PrMaxLifetimeMoreButton.set("GBConstraints", 1307*0Sstevel@tonic-gate new GBConstraints("x=2;y=19")); 1308*0Sstevel@tonic-gate PrMaxLifetimeMoreButton.set("standard", Boolean.FALSE); 1309*0Sstevel@tonic-gate PrMaxLifetimeMoreButton.set("text", "..."); 1310*0Sstevel@tonic-gate 1311*0Sstevel@tonic-gate PrMaxTicketRenewalLabel = new LabelShadow(); 1312*0Sstevel@tonic-gate PrMaxTicketRenewalLabel.set("name", "PrMaxTicketRenewalLabel"); 1313*0Sstevel@tonic-gate gbpanel73.add(PrMaxTicketRenewalLabel); 1314*0Sstevel@tonic-gate PrMaxTicketRenewalLabel.set("GBConstraints", new GBConstraints 1315*0Sstevel@tonic-gate ("x=0;y=21")); 1316*0Sstevel@tonic-gate PrMaxTicketRenewalLabel.set("text", 1317*0Sstevel@tonic-gate "Maximum Renewal (seconds):"); 1318*0Sstevel@tonic-gate PrMaxTicketRenewalLabel.set 1319*0Sstevel@tonic-gate ("anchor", 1320*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum("east")); 1321*0Sstevel@tonic-gate 1322*0Sstevel@tonic-gate PrMaxRenewal = new TextFieldShadow(); 1323*0Sstevel@tonic-gate PrMaxRenewal.set("name", "PrMaxRenewal"); 1324*0Sstevel@tonic-gate gbpanel73.add(PrMaxRenewal); 1325*0Sstevel@tonic-gate PrMaxRenewal.set("GBConstraints", new GBConstraints 1326*0Sstevel@tonic-gate ("x=1;y=21;fill=horizontal")); 1327*0Sstevel@tonic-gate 1328*0Sstevel@tonic-gate PrMaxRenewalMoreButton = new ButtonShadow(); 1329*0Sstevel@tonic-gate PrMaxRenewalMoreButton.set("name", "PrMaxRenewalMoreButton"); 1330*0Sstevel@tonic-gate gbpanel73.add(PrMaxRenewalMoreButton); 1331*0Sstevel@tonic-gate PrMaxRenewalMoreButton.set("GBConstraints", new GBConstraints 1332*0Sstevel@tonic-gate ("x=2;y=21")); 1333*0Sstevel@tonic-gate PrMaxRenewalMoreButton.set("standard", Boolean.FALSE); 1334*0Sstevel@tonic-gate PrMaxRenewalMoreButton.set("text", "..."); 1335*0Sstevel@tonic-gate 1336*0Sstevel@tonic-gate labelbar21 = new LabelBarShadow(); 1337*0Sstevel@tonic-gate labelbar21.set("name", "labelbar21"); 1338*0Sstevel@tonic-gate gbpanel73.add(labelbar21); 1339*0Sstevel@tonic-gate labelbar21.set("GBConstraints", new GBConstraints 1340*0Sstevel@tonic-gate ("x=0;y=23;width=3;fill=horizontal")); 1341*0Sstevel@tonic-gate 1342*0Sstevel@tonic-gate gbpanel17 = new GBPanelShadow(); 1343*0Sstevel@tonic-gate gbpanel17.set("name", "gbpanel17"); 1344*0Sstevel@tonic-gate gbpanel73.add(gbpanel17); 1345*0Sstevel@tonic-gate { 1346*0Sstevel@tonic-gate int _tmp[] = {14}; 1347*0Sstevel@tonic-gate gbpanel17.set("rowHeights", _tmp); 1348*0Sstevel@tonic-gate } 1349*0Sstevel@tonic-gate gbpanel17.set("GBConstraints", new GBConstraints 1350*0Sstevel@tonic-gate ("x=0;y=25;width=3;fill=both")); 1351*0Sstevel@tonic-gate { 1352*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14}; 1353*0Sstevel@tonic-gate gbpanel17.set("columnWidths", _tmp); 1354*0Sstevel@tonic-gate } 1355*0Sstevel@tonic-gate { 1356*0Sstevel@tonic-gate double _tmp[] = {0.0}; 1357*0Sstevel@tonic-gate gbpanel17.set("rowWeights", _tmp); 1358*0Sstevel@tonic-gate } 1359*0Sstevel@tonic-gate { 1360*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 1361*0Sstevel@tonic-gate gbpanel17.set("columnWeights", _tmp); 1362*0Sstevel@tonic-gate } 1363*0Sstevel@tonic-gate 1364*0Sstevel@tonic-gate PrDetailSave = new ButtonShadow(); 1365*0Sstevel@tonic-gate PrDetailSave.set("name", "PrDetailSave"); 1366*0Sstevel@tonic-gate gbpanel17.add(PrDetailSave); 1367*0Sstevel@tonic-gate PrDetailSave.set("GBConstraints", new GBConstraints 1368*0Sstevel@tonic-gate ("x=0;y=0")); 1369*0Sstevel@tonic-gate PrDetailSave.set("text", "Save"); 1370*0Sstevel@tonic-gate 1371*0Sstevel@tonic-gate PrDetailPrevious = new ButtonShadow(); 1372*0Sstevel@tonic-gate PrDetailPrevious.set("name", "PrDetailPrevious"); 1373*0Sstevel@tonic-gate gbpanel17.add(PrDetailPrevious); 1374*0Sstevel@tonic-gate PrDetailPrevious.set("GBConstraints", new GBConstraints 1375*0Sstevel@tonic-gate ("x=2;y=0")); 1376*0Sstevel@tonic-gate PrDetailPrevious.set("text", "Previous"); 1377*0Sstevel@tonic-gate 1378*0Sstevel@tonic-gate PrDetailNext = new ButtonShadow(); 1379*0Sstevel@tonic-gate PrDetailNext.set("name", "PrDetailNext"); 1380*0Sstevel@tonic-gate gbpanel17.add(PrDetailNext); 1381*0Sstevel@tonic-gate PrDetailNext.set("GBConstraints", new GBConstraints("x=4;y=0")); 1382*0Sstevel@tonic-gate PrDetailNext.set("text", "Next"); 1383*0Sstevel@tonic-gate 1384*0Sstevel@tonic-gate PrDetailCancel = new ButtonShadow(); 1385*0Sstevel@tonic-gate PrDetailCancel.set("name", "PrDetailCancel"); 1386*0Sstevel@tonic-gate gbpanel17.add(PrDetailCancel); 1387*0Sstevel@tonic-gate PrDetailCancel.set("GBConstraints", new GBConstraints 1388*0Sstevel@tonic-gate ("x=6;y=0")); 1389*0Sstevel@tonic-gate PrDetailCancel.set("text", "Cancel"); 1390*0Sstevel@tonic-gate 1391*0Sstevel@tonic-gate gbpanel8 = new GBPanelShadow(); 1392*0Sstevel@tonic-gate gbpanel8.set("name", "gbpanel8"); 1393*0Sstevel@tonic-gate cardpanel1.add(gbpanel8); 1394*0Sstevel@tonic-gate { 1395*0Sstevel@tonic-gate int _tmp[] = {14}; 1396*0Sstevel@tonic-gate gbpanel8.set("rowHeights", _tmp); 1397*0Sstevel@tonic-gate } 1398*0Sstevel@tonic-gate gbpanel8.set("GBConstraints", new GBConstraints 1399*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1400*0Sstevel@tonic-gate { 1401*0Sstevel@tonic-gate int _tmp[] = {14}; 1402*0Sstevel@tonic-gate gbpanel8.set("columnWidths", _tmp); 1403*0Sstevel@tonic-gate } 1404*0Sstevel@tonic-gate gbpanel8.set("layoutName", "Flags"); 1405*0Sstevel@tonic-gate gbpanel8.set("visible", Boolean.FALSE); 1406*0Sstevel@tonic-gate { 1407*0Sstevel@tonic-gate double _tmp[] = {0.0}; 1408*0Sstevel@tonic-gate gbpanel8.set("rowWeights", _tmp); 1409*0Sstevel@tonic-gate } 1410*0Sstevel@tonic-gate { 1411*0Sstevel@tonic-gate double _tmp[] = {0.0}; 1412*0Sstevel@tonic-gate gbpanel8.set("columnWeights", _tmp); 1413*0Sstevel@tonic-gate } 1414*0Sstevel@tonic-gate 1415*0Sstevel@tonic-gate gbpanel90 = new GBPanelShadow(); 1416*0Sstevel@tonic-gate gbpanel90.set("name", "gbpanel90"); 1417*0Sstevel@tonic-gate gbpanel8.add(gbpanel90); 1418*0Sstevel@tonic-gate { 1419*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 1420*0Sstevel@tonic-gate 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 1421*0Sstevel@tonic-gate 14, 14, 14}; 1422*0Sstevel@tonic-gate gbpanel90.set("rowHeights", _tmp); 1423*0Sstevel@tonic-gate } 1424*0Sstevel@tonic-gate gbpanel90.set("GBConstraints", new GBConstraints 1425*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1426*0Sstevel@tonic-gate { 1427*0Sstevel@tonic-gate int _tmp[] = {14, 14}; 1428*0Sstevel@tonic-gate gbpanel90.set("columnWidths", _tmp); 1429*0Sstevel@tonic-gate } 1430*0Sstevel@tonic-gate gbpanel90.set("borderRelief", 1431*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.ReliefEnum 1432*0Sstevel@tonic-gate ("raised")); 1433*0Sstevel@tonic-gate { 1434*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1435*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1436*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1437*0Sstevel@tonic-gate 0.0}; 1438*0Sstevel@tonic-gate gbpanel90.set("rowWeights", _tmp); 1439*0Sstevel@tonic-gate } 1440*0Sstevel@tonic-gate { 1441*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0}; 1442*0Sstevel@tonic-gate gbpanel90.set("columnWeights", _tmp); 1443*0Sstevel@tonic-gate } 1444*0Sstevel@tonic-gate 1445*0Sstevel@tonic-gate PrFlagLabel = new LabelShadow(); 1446*0Sstevel@tonic-gate PrFlagLabel.set("name", "PrFlagLabel"); 1447*0Sstevel@tonic-gate gbpanel90.add(PrFlagLabel); 1448*0Sstevel@tonic-gate PrFlagLabel.set("GBConstraints", new GBConstraints 1449*0Sstevel@tonic-gate ("x=0;y=1;width=2")); 1450*0Sstevel@tonic-gate PrFlagLabel.set("text", "Principal Flags"); 1451*0Sstevel@tonic-gate PrFlagLabel.set("font", 1452*0Sstevel@tonic-gate convert 1453*0Sstevel@tonic-gate ("java.awt.Font", 1454*0Sstevel@tonic-gate "name=Dialog;style=plain;size=16")); 1455*0Sstevel@tonic-gate 1456*0Sstevel@tonic-gate PrName3 = new LabelShadow(); 1457*0Sstevel@tonic-gate PrName3.set("name", "PrName3"); 1458*0Sstevel@tonic-gate gbpanel90.add(PrName3); 1459*0Sstevel@tonic-gate PrName3.set("GBConstraints", new GBConstraints 1460*0Sstevel@tonic-gate ("x=0;y=2;width=2;ipadx=146")); 1461*0Sstevel@tonic-gate PrName3.set("text", ""); 1462*0Sstevel@tonic-gate PrName3.set("font", 1463*0Sstevel@tonic-gate convert 1464*0Sstevel@tonic-gate ("java.awt.Font", 1465*0Sstevel@tonic-gate "name=Dialog;style=plain;size=14")); 1466*0Sstevel@tonic-gate 1467*0Sstevel@tonic-gate LabelBarSecurity = new LabelBarShadow(); 1468*0Sstevel@tonic-gate LabelBarSecurity.set("name", "LabelBarSecurity"); 1469*0Sstevel@tonic-gate gbpanel90.add(LabelBarSecurity); 1470*0Sstevel@tonic-gate LabelBarSecurity.set("GBConstraints", new GBConstraints 1471*0Sstevel@tonic-gate ("x=0;y=3;width=2;fill=horizontal")); 1472*0Sstevel@tonic-gate LabelBarSecurity.set("text", "Security"); 1473*0Sstevel@tonic-gate LabelBarSecurity.set("font", 1474*0Sstevel@tonic-gate convert 1475*0Sstevel@tonic-gate ("java.awt.Font", 1476*0Sstevel@tonic-gate "name=Dialog;style=italic;size=12")); 1477*0Sstevel@tonic-gate 1478*0Sstevel@tonic-gate PrLockAcct = new CheckboxShadow(); 1479*0Sstevel@tonic-gate PrLockAcct.set("name", "PrLockAcct"); 1480*0Sstevel@tonic-gate gbpanel90.add(PrLockAcct); 1481*0Sstevel@tonic-gate PrLockAcct.set("GBConstraints", new GBConstraints("x=0;y=5")); 1482*0Sstevel@tonic-gate PrLockAcct.set("text", "Disable Account"); 1483*0Sstevel@tonic-gate PrLockAcct.set("state", Boolean.TRUE); 1484*0Sstevel@tonic-gate PrLockAcct.set("anchor", 1485*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum("west")); 1486*0Sstevel@tonic-gate 1487*0Sstevel@tonic-gate PrForcePwChange = new CheckboxShadow(); 1488*0Sstevel@tonic-gate PrForcePwChange.set("name", "PrForcePwChange"); 1489*0Sstevel@tonic-gate gbpanel90.add(PrForcePwChange); 1490*0Sstevel@tonic-gate PrForcePwChange.set("GBConstraints", new GBConstraints 1491*0Sstevel@tonic-gate ("x=1;y=5")); 1492*0Sstevel@tonic-gate PrForcePwChange.set("text", "Force Password change"); 1493*0Sstevel@tonic-gate PrForcePwChange.set("anchor", 1494*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1495*0Sstevel@tonic-gate ("west")); 1496*0Sstevel@tonic-gate 1497*0Sstevel@tonic-gate LabelBarTickets = new LabelBarShadow(); 1498*0Sstevel@tonic-gate LabelBarTickets.set("name", "LabelBarTickets"); 1499*0Sstevel@tonic-gate gbpanel90.add(LabelBarTickets); 1500*0Sstevel@tonic-gate LabelBarTickets.set("GBConstraints", new GBConstraints 1501*0Sstevel@tonic-gate ("x=0;y=7;width=2;fill=horizontal")); 1502*0Sstevel@tonic-gate LabelBarTickets.set("text", "Tickets"); 1503*0Sstevel@tonic-gate LabelBarTickets.set("font", 1504*0Sstevel@tonic-gate convert 1505*0Sstevel@tonic-gate ("java.awt.Font", 1506*0Sstevel@tonic-gate "name=Dialog;style=italic;size=12")); 1507*0Sstevel@tonic-gate 1508*0Sstevel@tonic-gate PrAllowPostdated = new CheckboxShadow(); 1509*0Sstevel@tonic-gate PrAllowPostdated.set("name", "PrAllowPostdated"); 1510*0Sstevel@tonic-gate gbpanel90.add(PrAllowPostdated); 1511*0Sstevel@tonic-gate PrAllowPostdated.set("GBConstraints", new GBConstraints 1512*0Sstevel@tonic-gate ("x=0;y=9")); 1513*0Sstevel@tonic-gate PrAllowPostdated.set("text", "Allow Postdated Tickets"); 1514*0Sstevel@tonic-gate PrAllowPostdated.set("anchor", 1515*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1516*0Sstevel@tonic-gate ("west")); 1517*0Sstevel@tonic-gate 1518*0Sstevel@tonic-gate PrAllowForwardable = new CheckboxShadow(); 1519*0Sstevel@tonic-gate PrAllowForwardable.set("name", "PrAllowForwardable"); 1520*0Sstevel@tonic-gate gbpanel90.add(PrAllowForwardable); 1521*0Sstevel@tonic-gate PrAllowForwardable.set("GBConstraints", new GBConstraints 1522*0Sstevel@tonic-gate ("x=1;y=9")); 1523*0Sstevel@tonic-gate PrAllowForwardable.set("text", "Allow Forwardable Tickets"); 1524*0Sstevel@tonic-gate PrAllowForwardable.set("state", Boolean.TRUE); 1525*0Sstevel@tonic-gate PrAllowForwardable.set("anchor", 1526*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1527*0Sstevel@tonic-gate ("west")); 1528*0Sstevel@tonic-gate 1529*0Sstevel@tonic-gate PrAllowRenewable = new CheckboxShadow(); 1530*0Sstevel@tonic-gate PrAllowRenewable.set("name", "PrAllowRenewable"); 1531*0Sstevel@tonic-gate gbpanel90.add(PrAllowRenewable); 1532*0Sstevel@tonic-gate PrAllowRenewable.set("GBConstraints", new GBConstraints 1533*0Sstevel@tonic-gate ("x=0;y=11")); 1534*0Sstevel@tonic-gate PrAllowRenewable.set("text", "Allow Renewable Tickets"); 1535*0Sstevel@tonic-gate PrAllowRenewable.set("anchor", 1536*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1537*0Sstevel@tonic-gate ("west")); 1538*0Sstevel@tonic-gate 1539*0Sstevel@tonic-gate PrAllowProxiable = new CheckboxShadow(); 1540*0Sstevel@tonic-gate PrAllowProxiable.set("name", "PrAllowProxiable"); 1541*0Sstevel@tonic-gate gbpanel90.add(PrAllowProxiable); 1542*0Sstevel@tonic-gate PrAllowProxiable.set("GBConstraints", new GBConstraints 1543*0Sstevel@tonic-gate ("x=1;y=11")); 1544*0Sstevel@tonic-gate PrAllowProxiable.set("text", "Allow Proxiable Tickets"); 1545*0Sstevel@tonic-gate PrAllowProxiable.set("state", Boolean.TRUE); 1546*0Sstevel@tonic-gate PrAllowProxiable.set("anchor", 1547*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1548*0Sstevel@tonic-gate ("west")); 1549*0Sstevel@tonic-gate 1550*0Sstevel@tonic-gate PrAllowSvr = new CheckboxShadow(); 1551*0Sstevel@tonic-gate PrAllowSvr.set("name", "PrAllowSvr"); 1552*0Sstevel@tonic-gate gbpanel90.add(PrAllowSvr); 1553*0Sstevel@tonic-gate PrAllowSvr.set("GBConstraints", new GBConstraints("x=0;y=13")); 1554*0Sstevel@tonic-gate PrAllowSvr.set("text", "Allow Service Tickets"); 1555*0Sstevel@tonic-gate PrAllowSvr.set("anchor", 1556*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum("west")); 1557*0Sstevel@tonic-gate 1558*0Sstevel@tonic-gate LabelBarMiscellany = new LabelBarShadow(); 1559*0Sstevel@tonic-gate LabelBarMiscellany.set("name", "LabelBarMiscellany"); 1560*0Sstevel@tonic-gate gbpanel90.add(LabelBarMiscellany); 1561*0Sstevel@tonic-gate LabelBarMiscellany.set("GBConstraints", new GBConstraints 1562*0Sstevel@tonic-gate ("x=0;y=15;width=2;fill=horizontal")); 1563*0Sstevel@tonic-gate LabelBarMiscellany.set("text", "Miscellaneous"); 1564*0Sstevel@tonic-gate LabelBarMiscellany.set("font", 1565*0Sstevel@tonic-gate convert 1566*0Sstevel@tonic-gate ("java.awt.Font", 1567*0Sstevel@tonic-gate "name=Dialog;style=italic;size=12")); 1568*0Sstevel@tonic-gate 1569*0Sstevel@tonic-gate PrAllowTGT = new CheckboxShadow(); 1570*0Sstevel@tonic-gate PrAllowTGT.set("name", "PrAllowTGT"); 1571*0Sstevel@tonic-gate gbpanel90.add(PrAllowTGT); 1572*0Sstevel@tonic-gate PrAllowTGT.set("GBConstraints", new GBConstraints("x=0;y=17")); 1573*0Sstevel@tonic-gate PrAllowTGT.set("text", "Allow TGT-Based Authentication"); 1574*0Sstevel@tonic-gate PrAllowTGT.set("state", Boolean.TRUE); 1575*0Sstevel@tonic-gate PrAllowTGT.set("anchor", 1576*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1577*0Sstevel@tonic-gate ("west")); 1578*0Sstevel@tonic-gate 1579*0Sstevel@tonic-gate PrAllowDupAuth = new CheckboxShadow(); 1580*0Sstevel@tonic-gate PrAllowDupAuth.set("name", "PrAllowDupAuth"); 1581*0Sstevel@tonic-gate gbpanel90.add(PrAllowDupAuth); 1582*0Sstevel@tonic-gate PrAllowDupAuth.set("GBConstraints", new GBConstraints 1583*0Sstevel@tonic-gate ("x=1;y=17")); 1584*0Sstevel@tonic-gate PrAllowDupAuth.set("text", "Allow Duplicate Authentication"); 1585*0Sstevel@tonic-gate PrAllowDupAuth.set("state", Boolean.TRUE); 1586*0Sstevel@tonic-gate PrAllowDupAuth.set("anchor", 1587*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1588*0Sstevel@tonic-gate ("west")); 1589*0Sstevel@tonic-gate 1590*0Sstevel@tonic-gate PrRequirePreAuth = new CheckboxShadow(); 1591*0Sstevel@tonic-gate PrRequirePreAuth.set("name", "PrRequirePreAuth"); 1592*0Sstevel@tonic-gate gbpanel90.add(PrRequirePreAuth); 1593*0Sstevel@tonic-gate PrRequirePreAuth.set("GBConstraints", new GBConstraints 1594*0Sstevel@tonic-gate ("x=0;y=19")); 1595*0Sstevel@tonic-gate PrRequirePreAuth.set("text", "Require Preauthentication"); 1596*0Sstevel@tonic-gate PrRequirePreAuth.set("anchor", 1597*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1598*0Sstevel@tonic-gate ("west")); 1599*0Sstevel@tonic-gate 1600*0Sstevel@tonic-gate PrRequireHwPreAuth = new CheckboxShadow(); 1601*0Sstevel@tonic-gate PrRequireHwPreAuth.set("name", "PrRequireHwPreAuth"); 1602*0Sstevel@tonic-gate gbpanel90.add(PrRequireHwPreAuth); 1603*0Sstevel@tonic-gate PrRequireHwPreAuth.set("GBConstraints", new GBConstraints 1604*0Sstevel@tonic-gate ("x=1;y=19")); 1605*0Sstevel@tonic-gate PrRequireHwPreAuth.set("text", 1606*0Sstevel@tonic-gate "Require Hardware Authentication"); 1607*0Sstevel@tonic-gate PrRequireHwPreAuth.set("anchor", 1608*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1609*0Sstevel@tonic-gate ("west")); 1610*0Sstevel@tonic-gate 1611*0Sstevel@tonic-gate labelbar22 = new LabelBarShadow(); 1612*0Sstevel@tonic-gate labelbar22.set("name", "labelbar22"); 1613*0Sstevel@tonic-gate gbpanel90.add(labelbar22); 1614*0Sstevel@tonic-gate labelbar22.set("GBConstraints", new GBConstraints 1615*0Sstevel@tonic-gate ("x=0;y=21;width=2;fill=horizontal")); 1616*0Sstevel@tonic-gate 1617*0Sstevel@tonic-gate gbpanel18 = new GBPanelShadow(); 1618*0Sstevel@tonic-gate gbpanel18.set("name", "gbpanel18"); 1619*0Sstevel@tonic-gate gbpanel90.add(gbpanel18); 1620*0Sstevel@tonic-gate { 1621*0Sstevel@tonic-gate int _tmp[] = {14}; 1622*0Sstevel@tonic-gate gbpanel18.set("rowHeights", _tmp); 1623*0Sstevel@tonic-gate } 1624*0Sstevel@tonic-gate gbpanel18.set("GBConstraints", new GBConstraints 1625*0Sstevel@tonic-gate ("x=0;y=23;width=2;fill=both")); 1626*0Sstevel@tonic-gate { 1627*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14}; 1628*0Sstevel@tonic-gate gbpanel18.set("columnWidths", _tmp); 1629*0Sstevel@tonic-gate } 1630*0Sstevel@tonic-gate { 1631*0Sstevel@tonic-gate double _tmp[] = {0.0}; 1632*0Sstevel@tonic-gate gbpanel18.set("rowWeights", _tmp); 1633*0Sstevel@tonic-gate } 1634*0Sstevel@tonic-gate { 1635*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 1636*0Sstevel@tonic-gate gbpanel18.set("columnWeights", _tmp); 1637*0Sstevel@tonic-gate } 1638*0Sstevel@tonic-gate 1639*0Sstevel@tonic-gate PrFlagsSave = new ButtonShadow(); 1640*0Sstevel@tonic-gate PrFlagsSave.set("name", "PrFlagsSave"); 1641*0Sstevel@tonic-gate gbpanel18.add(PrFlagsSave); 1642*0Sstevel@tonic-gate PrFlagsSave.set("GBConstraints", new GBConstraints("x=0;y=0")); 1643*0Sstevel@tonic-gate PrFlagsSave.set("text", "Save"); 1644*0Sstevel@tonic-gate 1645*0Sstevel@tonic-gate PrFlagsPrevious = new ButtonShadow(); 1646*0Sstevel@tonic-gate PrFlagsPrevious.set("name", "PrFlagsPrevious"); 1647*0Sstevel@tonic-gate gbpanel18.add(PrFlagsPrevious); 1648*0Sstevel@tonic-gate PrFlagsPrevious.set("GBConstraints", new GBConstraints 1649*0Sstevel@tonic-gate ("x=2;y=0")); 1650*0Sstevel@tonic-gate PrFlagsPrevious.set("text", "Previous"); 1651*0Sstevel@tonic-gate 1652*0Sstevel@tonic-gate PrFlagsNext = new ButtonShadow(); 1653*0Sstevel@tonic-gate PrFlagsNext.set("name", "PrFlagsNext"); 1654*0Sstevel@tonic-gate gbpanel18.add(PrFlagsNext); 1655*0Sstevel@tonic-gate PrFlagsNext.set("GBConstraints", new GBConstraints 1656*0Sstevel@tonic-gate ("x=4;y=0")); 1657*0Sstevel@tonic-gate PrFlagsNext.set("text", "Done"); 1658*0Sstevel@tonic-gate 1659*0Sstevel@tonic-gate PrFlagsCancel = new ButtonShadow(); 1660*0Sstevel@tonic-gate PrFlagsCancel.set("name", "PrFlagsCancel"); 1661*0Sstevel@tonic-gate gbpanel18.add(PrFlagsCancel); 1662*0Sstevel@tonic-gate PrFlagsCancel.set("GBConstraints", new GBConstraints 1663*0Sstevel@tonic-gate ("x=6;y=0")); 1664*0Sstevel@tonic-gate PrFlagsCancel.set("text", "Cancel"); 1665*0Sstevel@tonic-gate 1666*0Sstevel@tonic-gate Pollisttab = new GBPanelShadow(); 1667*0Sstevel@tonic-gate Pollisttab.set("name", "Pollisttab"); 1668*0Sstevel@tonic-gate tabbedfolder1.add(Pollisttab); 1669*0Sstevel@tonic-gate { 1670*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14}; 1671*0Sstevel@tonic-gate Pollisttab.set("rowHeights", _tmp); 1672*0Sstevel@tonic-gate } 1673*0Sstevel@tonic-gate Pollisttab.set("GBConstraints", new GBConstraints 1674*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1675*0Sstevel@tonic-gate { 1676*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14}; 1677*0Sstevel@tonic-gate Pollisttab.set("columnWidths", _tmp); 1678*0Sstevel@tonic-gate } 1679*0Sstevel@tonic-gate Pollisttab.set("layoutName", "Policies"); 1680*0Sstevel@tonic-gate Pollisttab.set("visible", Boolean.FALSE); 1681*0Sstevel@tonic-gate { 1682*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0}; 1683*0Sstevel@tonic-gate Pollisttab.set("rowWeights", _tmp); 1684*0Sstevel@tonic-gate } 1685*0Sstevel@tonic-gate { 1686*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0}; 1687*0Sstevel@tonic-gate Pollisttab.set("columnWeights", _tmp); 1688*0Sstevel@tonic-gate } 1689*0Sstevel@tonic-gate 1690*0Sstevel@tonic-gate cardpanel2 = new CardPanelShadow(); 1691*0Sstevel@tonic-gate cardpanel2.set("name", "cardpanel2"); 1692*0Sstevel@tonic-gate Pollisttab.add(cardpanel2); 1693*0Sstevel@tonic-gate cardpanel2.set("GBConstraints", new GBConstraints 1694*0Sstevel@tonic-gate ("x=1;y=1;fill=both")); 1695*0Sstevel@tonic-gate 1696*0Sstevel@tonic-gate gbpanel23 = new GBPanelShadow(); 1697*0Sstevel@tonic-gate gbpanel23.set("name", "gbpanel23"); 1698*0Sstevel@tonic-gate cardpanel2.add(gbpanel23); 1699*0Sstevel@tonic-gate { 1700*0Sstevel@tonic-gate int _tmp[] = {14}; 1701*0Sstevel@tonic-gate gbpanel23.set("rowHeights", _tmp); 1702*0Sstevel@tonic-gate } 1703*0Sstevel@tonic-gate gbpanel23.set("GBConstraints", new GBConstraints 1704*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1705*0Sstevel@tonic-gate { 1706*0Sstevel@tonic-gate int _tmp[] = {14}; 1707*0Sstevel@tonic-gate gbpanel23.set("columnWidths", _tmp); 1708*0Sstevel@tonic-gate } 1709*0Sstevel@tonic-gate gbpanel23.set("layoutName", "List"); 1710*0Sstevel@tonic-gate { 1711*0Sstevel@tonic-gate double _tmp[] = {0.0}; 1712*0Sstevel@tonic-gate gbpanel23.set("rowWeights", _tmp); 1713*0Sstevel@tonic-gate } 1714*0Sstevel@tonic-gate { 1715*0Sstevel@tonic-gate double _tmp[] = {0.0}; 1716*0Sstevel@tonic-gate gbpanel23.set("columnWeights", _tmp); 1717*0Sstevel@tonic-gate } 1718*0Sstevel@tonic-gate 1719*0Sstevel@tonic-gate borderpanel7 = new BorderPanelShadow(); 1720*0Sstevel@tonic-gate borderpanel7.set("name", "borderpanel7"); 1721*0Sstevel@tonic-gate gbpanel23.add(borderpanel7); 1722*0Sstevel@tonic-gate borderpanel7.set("GBConstraints", new GBConstraints 1723*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1724*0Sstevel@tonic-gate borderpanel7.set("borderRelief", 1725*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.ReliefEnum 1726*0Sstevel@tonic-gate ("raised")); 1727*0Sstevel@tonic-gate 1728*0Sstevel@tonic-gate gbpanel36 = new GBPanelShadow(); 1729*0Sstevel@tonic-gate gbpanel36.set("name", "gbpanel36"); 1730*0Sstevel@tonic-gate borderpanel7.add(gbpanel36); 1731*0Sstevel@tonic-gate { 1732*0Sstevel@tonic-gate int _tmp[] = {14}; 1733*0Sstevel@tonic-gate gbpanel36.set("rowHeights", _tmp); 1734*0Sstevel@tonic-gate } 1735*0Sstevel@tonic-gate gbpanel36.set("GBConstraints", new GBConstraints 1736*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1737*0Sstevel@tonic-gate { 1738*0Sstevel@tonic-gate int _tmp[] = {14}; 1739*0Sstevel@tonic-gate gbpanel36.set("columnWidths", _tmp); 1740*0Sstevel@tonic-gate } 1741*0Sstevel@tonic-gate gbpanel36.set("layoutName", "West"); 1742*0Sstevel@tonic-gate { 1743*0Sstevel@tonic-gate double _tmp[] = {1.0}; 1744*0Sstevel@tonic-gate gbpanel36.set("rowWeights", _tmp); 1745*0Sstevel@tonic-gate } 1746*0Sstevel@tonic-gate { 1747*0Sstevel@tonic-gate double _tmp[] = {1.0}; 1748*0Sstevel@tonic-gate gbpanel36.set("columnWeights", _tmp); 1749*0Sstevel@tonic-gate } 1750*0Sstevel@tonic-gate 1751*0Sstevel@tonic-gate gbpanel37 = new GBPanelShadow(); 1752*0Sstevel@tonic-gate gbpanel37.set("name", "gbpanel37"); 1753*0Sstevel@tonic-gate borderpanel7.add(gbpanel37); 1754*0Sstevel@tonic-gate { 1755*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14}; 1756*0Sstevel@tonic-gate gbpanel37.set("rowHeights", _tmp); 1757*0Sstevel@tonic-gate } 1758*0Sstevel@tonic-gate gbpanel37.set("GBConstraints", new GBConstraints 1759*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1760*0Sstevel@tonic-gate { 1761*0Sstevel@tonic-gate int _tmp[] = {14}; 1762*0Sstevel@tonic-gate gbpanel37.set("columnWidths", _tmp); 1763*0Sstevel@tonic-gate } 1764*0Sstevel@tonic-gate gbpanel37.set("layoutName", "North"); 1765*0Sstevel@tonic-gate { 1766*0Sstevel@tonic-gate double _tmp[] = {0.0, 1.0, 0.0}; 1767*0Sstevel@tonic-gate gbpanel37.set("rowWeights", _tmp); 1768*0Sstevel@tonic-gate } 1769*0Sstevel@tonic-gate { 1770*0Sstevel@tonic-gate double _tmp[] = {1.0}; 1771*0Sstevel@tonic-gate gbpanel37.set("columnWeights", _tmp); 1772*0Sstevel@tonic-gate } 1773*0Sstevel@tonic-gate 1774*0Sstevel@tonic-gate PoListLabel = new LabelShadow(); 1775*0Sstevel@tonic-gate PoListLabel.set("name", "PoListLabel"); 1776*0Sstevel@tonic-gate gbpanel37.add(PoListLabel); 1777*0Sstevel@tonic-gate PoListLabel.set("GBConstraints", new GBConstraints("x=0;y=1")); 1778*0Sstevel@tonic-gate PoListLabel.set("text", "Policy List"); 1779*0Sstevel@tonic-gate PoListLabel.set("font", 1780*0Sstevel@tonic-gate convert("java.awt.Font", 1781*0Sstevel@tonic-gate "name=Dialog;style=plain;size=16")); 1782*0Sstevel@tonic-gate 1783*0Sstevel@tonic-gate gbpanel38 = new GBPanelShadow(); 1784*0Sstevel@tonic-gate gbpanel38.set("name", "gbpanel38"); 1785*0Sstevel@tonic-gate borderpanel7.add(gbpanel38); 1786*0Sstevel@tonic-gate { 1787*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14}; 1788*0Sstevel@tonic-gate gbpanel38.set("rowHeights", _tmp); 1789*0Sstevel@tonic-gate } 1790*0Sstevel@tonic-gate gbpanel38.set("GBConstraints", new GBConstraints 1791*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1792*0Sstevel@tonic-gate { 1793*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 1794*0Sstevel@tonic-gate 14, 14, 14, 14, 14}; 1795*0Sstevel@tonic-gate gbpanel38.set("columnWidths", _tmp); 1796*0Sstevel@tonic-gate } 1797*0Sstevel@tonic-gate gbpanel38.set("layoutName", "South"); 1798*0Sstevel@tonic-gate { 1799*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 1800*0Sstevel@tonic-gate gbpanel38.set("rowWeights", _tmp); 1801*0Sstevel@tonic-gate } 1802*0Sstevel@tonic-gate { 1803*0Sstevel@tonic-gate double _tmp[] = {1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1804*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 1805*0Sstevel@tonic-gate gbpanel38.set("columnWeights", _tmp); 1806*0Sstevel@tonic-gate } 1807*0Sstevel@tonic-gate 1808*0Sstevel@tonic-gate gbpanel40 = new GBPanelShadow(); 1809*0Sstevel@tonic-gate gbpanel40.set("name", "gbpanel40"); 1810*0Sstevel@tonic-gate gbpanel38.add(gbpanel40); 1811*0Sstevel@tonic-gate { 1812*0Sstevel@tonic-gate int _tmp[] = {14}; 1813*0Sstevel@tonic-gate gbpanel40.set("rowHeights", _tmp); 1814*0Sstevel@tonic-gate } 1815*0Sstevel@tonic-gate gbpanel40.set("GBConstraints", new GBConstraints 1816*0Sstevel@tonic-gate ("x=0;y=1;width=16;fill=both")); 1817*0Sstevel@tonic-gate { 1818*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 1819*0Sstevel@tonic-gate 14, 14, 14}; 1820*0Sstevel@tonic-gate gbpanel40.set("columnWidths", _tmp); 1821*0Sstevel@tonic-gate } 1822*0Sstevel@tonic-gate { 1823*0Sstevel@tonic-gate double _tmp[] = {0.0}; 1824*0Sstevel@tonic-gate gbpanel40.set("rowWeights", _tmp); 1825*0Sstevel@tonic-gate } 1826*0Sstevel@tonic-gate { 1827*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1828*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 1829*0Sstevel@tonic-gate gbpanel40.set("columnWeights", _tmp); 1830*0Sstevel@tonic-gate } 1831*0Sstevel@tonic-gate 1832*0Sstevel@tonic-gate PoListPatternLabel = new LabelShadow(); 1833*0Sstevel@tonic-gate PoListPatternLabel.set("name", "PoListPatternLabel"); 1834*0Sstevel@tonic-gate gbpanel40.add(PoListPatternLabel); 1835*0Sstevel@tonic-gate PoListPatternLabel.set("GBConstraints", new GBConstraints 1836*0Sstevel@tonic-gate ("x=0;y=0")); 1837*0Sstevel@tonic-gate PoListPatternLabel.set("text", "Filter:"); 1838*0Sstevel@tonic-gate PoListPatternLabel.set("anchor", 1839*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 1840*0Sstevel@tonic-gate ("east")); 1841*0Sstevel@tonic-gate 1842*0Sstevel@tonic-gate PoListPattern = new TextFieldShadow(); 1843*0Sstevel@tonic-gate PoListPattern.set("name", "PoListPattern"); 1844*0Sstevel@tonic-gate gbpanel40.add(PoListPattern); 1845*0Sstevel@tonic-gate PoListPattern.set("GBConstraints", new GBConstraints 1846*0Sstevel@tonic-gate ("x=1;y=0;width=12;fill=horizontal")); 1847*0Sstevel@tonic-gate 1848*0Sstevel@tonic-gate PoListClear = new ButtonShadow(); 1849*0Sstevel@tonic-gate PoListClear.set("name", "PoListClear"); 1850*0Sstevel@tonic-gate gbpanel40.add(PoListClear); 1851*0Sstevel@tonic-gate PoListClear.set("GBConstraints", new GBConstraints("x=13;y=0")); 1852*0Sstevel@tonic-gate PoListClear.set("text", "Clear Filter"); 1853*0Sstevel@tonic-gate 1854*0Sstevel@tonic-gate labelbar3 = new LabelBarShadow(); 1855*0Sstevel@tonic-gate labelbar3.set("name", "labelbar3"); 1856*0Sstevel@tonic-gate gbpanel38.add(labelbar3); 1857*0Sstevel@tonic-gate labelbar3.set("GBConstraints", new GBConstraints 1858*0Sstevel@tonic-gate ("x=0;y=3;width=16;fill=horizontal")); 1859*0Sstevel@tonic-gate 1860*0Sstevel@tonic-gate gbpanel9 = new GBPanelShadow(); 1861*0Sstevel@tonic-gate gbpanel9.set("name", "gbpanel9"); 1862*0Sstevel@tonic-gate gbpanel38.add(gbpanel9); 1863*0Sstevel@tonic-gate { 1864*0Sstevel@tonic-gate int _tmp[] = {14}; 1865*0Sstevel@tonic-gate gbpanel9.set("rowHeights", _tmp); 1866*0Sstevel@tonic-gate } 1867*0Sstevel@tonic-gate gbpanel9.set("GBConstraints", new GBConstraints 1868*0Sstevel@tonic-gate ("x=0;y=5;width=16;fill=both")); 1869*0Sstevel@tonic-gate { 1870*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14}; 1871*0Sstevel@tonic-gate gbpanel9.set("columnWidths", _tmp); 1872*0Sstevel@tonic-gate } 1873*0Sstevel@tonic-gate { 1874*0Sstevel@tonic-gate double _tmp[] = {0.0}; 1875*0Sstevel@tonic-gate gbpanel9.set("rowWeights", _tmp); 1876*0Sstevel@tonic-gate } 1877*0Sstevel@tonic-gate { 1878*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 1879*0Sstevel@tonic-gate gbpanel9.set("columnWeights", _tmp); 1880*0Sstevel@tonic-gate } 1881*0Sstevel@tonic-gate 1882*0Sstevel@tonic-gate PoListModify = new ButtonShadow(); 1883*0Sstevel@tonic-gate PoListModify.set("name", "PoListModify"); 1884*0Sstevel@tonic-gate gbpanel9.add(PoListModify); 1885*0Sstevel@tonic-gate PoListModify.set("GBConstraints", new GBConstraints("x=0;y=0")); 1886*0Sstevel@tonic-gate PoListModify.set("text", "Modify"); 1887*0Sstevel@tonic-gate 1888*0Sstevel@tonic-gate PoListAdd = new ButtonShadow(); 1889*0Sstevel@tonic-gate PoListAdd.set("name", "PoListAdd"); 1890*0Sstevel@tonic-gate gbpanel9.add(PoListAdd); 1891*0Sstevel@tonic-gate PoListAdd.set("GBConstraints", new GBConstraints("x=2;y=0")); 1892*0Sstevel@tonic-gate PoListAdd.set("text", "Create New"); 1893*0Sstevel@tonic-gate 1894*0Sstevel@tonic-gate PoListDelete = new ButtonShadow(); 1895*0Sstevel@tonic-gate PoListDelete.set("name", "PoListDelete"); 1896*0Sstevel@tonic-gate gbpanel9.add(PoListDelete); 1897*0Sstevel@tonic-gate PoListDelete.set("GBConstraints", new GBConstraints("x=4;y=0")); 1898*0Sstevel@tonic-gate PoListDelete.set("text", "Delete"); 1899*0Sstevel@tonic-gate 1900*0Sstevel@tonic-gate PoListDuplicate = new ButtonShadow(); 1901*0Sstevel@tonic-gate PoListDuplicate.set("name", "PoListDuplicate"); 1902*0Sstevel@tonic-gate gbpanel9.add(PoListDuplicate); 1903*0Sstevel@tonic-gate PoListDuplicate.set("GBConstraints", new GBConstraints 1904*0Sstevel@tonic-gate ("x=6;y=0")); 1905*0Sstevel@tonic-gate PoListDuplicate.set("text", "Duplicate"); 1906*0Sstevel@tonic-gate 1907*0Sstevel@tonic-gate gbpanel41 = new GBPanelShadow(); 1908*0Sstevel@tonic-gate gbpanel41.set("name", "gbpanel41"); 1909*0Sstevel@tonic-gate borderpanel7.add(gbpanel41); 1910*0Sstevel@tonic-gate { 1911*0Sstevel@tonic-gate int _tmp[] = {14}; 1912*0Sstevel@tonic-gate gbpanel41.set("rowHeights", _tmp); 1913*0Sstevel@tonic-gate } 1914*0Sstevel@tonic-gate gbpanel41.set("GBConstraints", new GBConstraints 1915*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1916*0Sstevel@tonic-gate { 1917*0Sstevel@tonic-gate int _tmp[] = {14}; 1918*0Sstevel@tonic-gate gbpanel41.set("columnWidths", _tmp); 1919*0Sstevel@tonic-gate } 1920*0Sstevel@tonic-gate gbpanel41.set("layoutName", "East"); 1921*0Sstevel@tonic-gate { 1922*0Sstevel@tonic-gate double _tmp[] = {1.0}; 1923*0Sstevel@tonic-gate gbpanel41.set("rowWeights", _tmp); 1924*0Sstevel@tonic-gate } 1925*0Sstevel@tonic-gate { 1926*0Sstevel@tonic-gate double _tmp[] = {1.0}; 1927*0Sstevel@tonic-gate gbpanel41.set("columnWeights", _tmp); 1928*0Sstevel@tonic-gate } 1929*0Sstevel@tonic-gate 1930*0Sstevel@tonic-gate gbpanel42 = new GBPanelShadow(); 1931*0Sstevel@tonic-gate gbpanel42.set("name", "gbpanel42"); 1932*0Sstevel@tonic-gate borderpanel7.add(gbpanel42); 1933*0Sstevel@tonic-gate { 1934*0Sstevel@tonic-gate int _tmp[] = {14}; 1935*0Sstevel@tonic-gate gbpanel42.set("rowHeights", _tmp); 1936*0Sstevel@tonic-gate } 1937*0Sstevel@tonic-gate gbpanel42.set("GBConstraints", new GBConstraints 1938*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1939*0Sstevel@tonic-gate { 1940*0Sstevel@tonic-gate int _tmp[] = {14}; 1941*0Sstevel@tonic-gate gbpanel42.set("columnWidths", _tmp); 1942*0Sstevel@tonic-gate } 1943*0Sstevel@tonic-gate gbpanel42.set("layoutName", "Center"); 1944*0Sstevel@tonic-gate { 1945*0Sstevel@tonic-gate double _tmp[] = {1.0}; 1946*0Sstevel@tonic-gate gbpanel42.set("rowWeights", _tmp); 1947*0Sstevel@tonic-gate } 1948*0Sstevel@tonic-gate { 1949*0Sstevel@tonic-gate double _tmp[] = {1.0}; 1950*0Sstevel@tonic-gate gbpanel42.set("columnWeights", _tmp); 1951*0Sstevel@tonic-gate } 1952*0Sstevel@tonic-gate 1953*0Sstevel@tonic-gate Pollist = new TextListShadow(); 1954*0Sstevel@tonic-gate Pollist.set("name", "Pollist"); 1955*0Sstevel@tonic-gate gbpanel42.add(Pollist); 1956*0Sstevel@tonic-gate Pollist.set("items", convert("[Ljava.lang.String;", "")); 1957*0Sstevel@tonic-gate Pollist.set("GBConstraints", new GBConstraints 1958*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1959*0Sstevel@tonic-gate Pollist.set("allowMultipleSelections", Boolean.TRUE); 1960*0Sstevel@tonic-gate Pollist.set("visibleRows", new Integer(15)); 1961*0Sstevel@tonic-gate Pollist.set("selectedItems", convert 1962*0Sstevel@tonic-gate ("[Ljava.lang.String;", "")); 1963*0Sstevel@tonic-gate 1964*0Sstevel@tonic-gate gbpanel24 = new GBPanelShadow(); 1965*0Sstevel@tonic-gate gbpanel24.set("name", "gbpanel24"); 1966*0Sstevel@tonic-gate cardpanel2.add(gbpanel24); 1967*0Sstevel@tonic-gate { 1968*0Sstevel@tonic-gate int _tmp[] = {14}; 1969*0Sstevel@tonic-gate gbpanel24.set("rowHeights", _tmp); 1970*0Sstevel@tonic-gate } 1971*0Sstevel@tonic-gate gbpanel24.set("GBConstraints", new GBConstraints 1972*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1973*0Sstevel@tonic-gate { 1974*0Sstevel@tonic-gate int _tmp[] = {14}; 1975*0Sstevel@tonic-gate gbpanel24.set("columnWidths", _tmp); 1976*0Sstevel@tonic-gate } 1977*0Sstevel@tonic-gate gbpanel24.set("layoutName", "Details"); 1978*0Sstevel@tonic-gate gbpanel24.set("visible", Boolean.FALSE); 1979*0Sstevel@tonic-gate { 1980*0Sstevel@tonic-gate double _tmp[] = {0.0}; 1981*0Sstevel@tonic-gate gbpanel24.set("rowWeights", _tmp); 1982*0Sstevel@tonic-gate } 1983*0Sstevel@tonic-gate { 1984*0Sstevel@tonic-gate double _tmp[] = {0.0}; 1985*0Sstevel@tonic-gate gbpanel24.set("columnWeights", _tmp); 1986*0Sstevel@tonic-gate } 1987*0Sstevel@tonic-gate 1988*0Sstevel@tonic-gate gbpanel50 = new GBPanelShadow(); 1989*0Sstevel@tonic-gate gbpanel50.set("name", "gbpanel50"); 1990*0Sstevel@tonic-gate gbpanel24.add(gbpanel50); 1991*0Sstevel@tonic-gate { 1992*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 1993*0Sstevel@tonic-gate 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14}; 1994*0Sstevel@tonic-gate gbpanel50.set("rowHeights", _tmp); 1995*0Sstevel@tonic-gate } 1996*0Sstevel@tonic-gate gbpanel50.set("GBConstraints", new GBConstraints 1997*0Sstevel@tonic-gate ("x=0;y=0;fill=both")); 1998*0Sstevel@tonic-gate { 1999*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14}; 2000*0Sstevel@tonic-gate gbpanel50.set("columnWidths", _tmp); 2001*0Sstevel@tonic-gate } 2002*0Sstevel@tonic-gate gbpanel50.set("borderRelief", 2003*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.ReliefEnum 2004*0Sstevel@tonic-gate ("raised")); 2005*0Sstevel@tonic-gate { 2006*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2007*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2008*0Sstevel@tonic-gate 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 2009*0Sstevel@tonic-gate gbpanel50.set("rowWeights", _tmp); 2010*0Sstevel@tonic-gate } 2011*0Sstevel@tonic-gate { 2012*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0}; 2013*0Sstevel@tonic-gate gbpanel50.set("columnWeights", _tmp); 2014*0Sstevel@tonic-gate } 2015*0Sstevel@tonic-gate 2016*0Sstevel@tonic-gate PoDetailLabel = new LabelShadow(); 2017*0Sstevel@tonic-gate PoDetailLabel.set("name", "PoDetailLabel"); 2018*0Sstevel@tonic-gate gbpanel50.add(PoDetailLabel); 2019*0Sstevel@tonic-gate PoDetailLabel.set("GBConstraints", new GBConstraints 2020*0Sstevel@tonic-gate ("x=0;y=1;width=4")); 2021*0Sstevel@tonic-gate PoDetailLabel.set("text", "Policy Details"); 2022*0Sstevel@tonic-gate PoDetailLabel.set("font", 2023*0Sstevel@tonic-gate convert("java.awt.Font", 2024*0Sstevel@tonic-gate "name=Dialog;style=plain;size=16")); 2025*0Sstevel@tonic-gate 2026*0Sstevel@tonic-gate labelbar6 = new LabelBarShadow(); 2027*0Sstevel@tonic-gate labelbar6.set("name", "labelbar6"); 2028*0Sstevel@tonic-gate gbpanel50.add(labelbar6); 2029*0Sstevel@tonic-gate labelbar6.set("GBConstraints", new GBConstraints 2030*0Sstevel@tonic-gate ("x=0;y=2;width=4;fill=horizontal")); 2031*0Sstevel@tonic-gate 2032*0Sstevel@tonic-gate PoNameLabel = new LabelShadow(); 2033*0Sstevel@tonic-gate PoNameLabel.set("name", "PoNameLabel"); 2034*0Sstevel@tonic-gate gbpanel50.add(PoNameLabel); 2035*0Sstevel@tonic-gate PoNameLabel.set("GBConstraints", new GBConstraints("x=0;y=4")); 2036*0Sstevel@tonic-gate PoNameLabel.set("text", "Policy Name:"); 2037*0Sstevel@tonic-gate PoNameLabel.set("anchor", 2038*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 2039*0Sstevel@tonic-gate ("east")); 2040*0Sstevel@tonic-gate 2041*0Sstevel@tonic-gate PoName = new TextFieldShadow(); 2042*0Sstevel@tonic-gate PoName.set("name", "PoName"); 2043*0Sstevel@tonic-gate gbpanel50.add(PoName); 2044*0Sstevel@tonic-gate PoName.set("GBConstraints", new GBConstraints 2045*0Sstevel@tonic-gate ("x=2;y=4;fill=horizontal")); 2046*0Sstevel@tonic-gate PoName.set("editable", Boolean.FALSE); 2047*0Sstevel@tonic-gate 2048*0Sstevel@tonic-gate PoMinPwLengthLabel = new LabelShadow(); 2049*0Sstevel@tonic-gate PoMinPwLengthLabel.set("name", "PoMinPwLengthLabel"); 2050*0Sstevel@tonic-gate gbpanel50.add(PoMinPwLengthLabel); 2051*0Sstevel@tonic-gate PoMinPwLengthLabel.set("GBConstraints", new GBConstraints 2052*0Sstevel@tonic-gate ("x=0;y=6")); 2053*0Sstevel@tonic-gate PoMinPwLengthLabel.set("text", "Minimum Password Length:"); 2054*0Sstevel@tonic-gate PoMinPwLengthLabel.set("anchor", 2055*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 2056*0Sstevel@tonic-gate ("east")); 2057*0Sstevel@tonic-gate 2058*0Sstevel@tonic-gate PoMinPwLength = new ChoiceShadow(); 2059*0Sstevel@tonic-gate PoMinPwLength.set("name", "PoMinPwLength"); 2060*0Sstevel@tonic-gate gbpanel50.add(PoMinPwLength); 2061*0Sstevel@tonic-gate PoMinPwLength.set("items", convert("[Ljava.lang.String;", 2062*0Sstevel@tonic-gate "12,11,10,9,8,7,6,5,4")); 2063*0Sstevel@tonic-gate PoMinPwLength.set("GBConstraints", new GBConstraints 2064*0Sstevel@tonic-gate ("x=2;y=6")); 2065*0Sstevel@tonic-gate PoMinPwLength.set("selectedItem", "8"); 2066*0Sstevel@tonic-gate 2067*0Sstevel@tonic-gate PoMinPwClassLabel = new LabelShadow(); 2068*0Sstevel@tonic-gate PoMinPwClassLabel.set("name", "PoMinPwClassLabel"); 2069*0Sstevel@tonic-gate gbpanel50.add(PoMinPwClassLabel); 2070*0Sstevel@tonic-gate PoMinPwClassLabel.set("GBConstraints", new GBConstraints 2071*0Sstevel@tonic-gate ("x=0;y=8")); 2072*0Sstevel@tonic-gate PoMinPwClassLabel.set("text", "Minimum Password Classes:"); 2073*0Sstevel@tonic-gate PoMinPwClassLabel.set("anchor", 2074*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 2075*0Sstevel@tonic-gate ("east")); 2076*0Sstevel@tonic-gate 2077*0Sstevel@tonic-gate PoMinPwClass = new ChoiceShadow(); 2078*0Sstevel@tonic-gate PoMinPwClass.set("name", "PoMinPwClass"); 2079*0Sstevel@tonic-gate gbpanel50.add(PoMinPwClass); 2080*0Sstevel@tonic-gate PoMinPwClass.set("items", 2081*0Sstevel@tonic-gate convert("[Ljava.lang.String;", 2082*0Sstevel@tonic-gate "1,2,3,4,5")); 2083*0Sstevel@tonic-gate PoMinPwClass.set("GBConstraints", new GBConstraints("x=2;y=8")); 2084*0Sstevel@tonic-gate PoMinPwClass.set("selectedItem", "2"); 2085*0Sstevel@tonic-gate 2086*0Sstevel@tonic-gate PoSavedPasswordsLabel = new LabelShadow(); 2087*0Sstevel@tonic-gate PoSavedPasswordsLabel.set("name", "PoSavedPasswordsLabel"); 2088*0Sstevel@tonic-gate gbpanel50.add(PoSavedPasswordsLabel); 2089*0Sstevel@tonic-gate PoSavedPasswordsLabel.set("GBConstraints", new GBConstraints 2090*0Sstevel@tonic-gate ("x=0;y=10")); 2091*0Sstevel@tonic-gate PoSavedPasswordsLabel.set("text", "Saved Password History:"); 2092*0Sstevel@tonic-gate PoSavedPasswordsLabel.set 2093*0Sstevel@tonic-gate ("anchor", 2094*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum("east")); 2095*0Sstevel@tonic-gate 2096*0Sstevel@tonic-gate PoSavedPasswords = new ChoiceShadow(); 2097*0Sstevel@tonic-gate PoSavedPasswords.set("name", "PoSavedPasswords"); 2098*0Sstevel@tonic-gate gbpanel50.add(PoSavedPasswords); 2099*0Sstevel@tonic-gate PoSavedPasswords.set("items", 2100*0Sstevel@tonic-gate convert("[Ljava.lang.String;", 2101*0Sstevel@tonic-gate "1,2,3,4,5,6,7,8,9,10")); 2102*0Sstevel@tonic-gate PoSavedPasswords.set("GBConstraints", new GBConstraints 2103*0Sstevel@tonic-gate ("x=2;y=10")); 2104*0Sstevel@tonic-gate PoSavedPasswords.set("selectedItem", "5"); 2105*0Sstevel@tonic-gate 2106*0Sstevel@tonic-gate PoMinTicketLifetimeLabel = new LabelShadow(); 2107*0Sstevel@tonic-gate PoMinTicketLifetimeLabel.set("name", 2108*0Sstevel@tonic-gate "PoMinTicketLifetimeLabel"); 2109*0Sstevel@tonic-gate gbpanel50.add(PoMinTicketLifetimeLabel); 2110*0Sstevel@tonic-gate PoMinTicketLifetimeLabel.set("GBConstraints", new GBConstraints 2111*0Sstevel@tonic-gate ("x=0;y=12")); 2112*0Sstevel@tonic-gate PoMinTicketLifetimeLabel.set 2113*0Sstevel@tonic-gate ("text", "Minimum Ticket Lifetime (seconds):"); 2114*0Sstevel@tonic-gate PoMinTicketLifetimeLabel.set 2115*0Sstevel@tonic-gate ("anchor", 2116*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum("east")); 2117*0Sstevel@tonic-gate 2118*0Sstevel@tonic-gate PoMinTicketLifetime = new TextFieldShadow(); 2119*0Sstevel@tonic-gate PoMinTicketLifetime.set("name", "PoMinTicketLifetime"); 2120*0Sstevel@tonic-gate gbpanel50.add(PoMinTicketLifetime); 2121*0Sstevel@tonic-gate PoMinTicketLifetime.set("GBConstraints", new GBConstraints 2122*0Sstevel@tonic-gate ("x=2;y=12;fill=horizontal")); 2123*0Sstevel@tonic-gate 2124*0Sstevel@tonic-gate PoMinTicketLifetimeMoreButton = new ButtonShadow(); 2125*0Sstevel@tonic-gate PoMinTicketLifetimeMoreButton.set 2126*0Sstevel@tonic-gate ("name", "PoMinTicketLifetimeMoreButton"); 2127*0Sstevel@tonic-gate gbpanel50.add(PoMinTicketLifetimeMoreButton); 2128*0Sstevel@tonic-gate PoMinTicketLifetimeMoreButton.set("GBConstraints", 2129*0Sstevel@tonic-gate new GBConstraints("x=3;y=12")); 2130*0Sstevel@tonic-gate PoMinTicketLifetimeMoreButton.set("standard", Boolean.FALSE); 2131*0Sstevel@tonic-gate PoMinTicketLifetimeMoreButton.set("text", "..."); 2132*0Sstevel@tonic-gate 2133*0Sstevel@tonic-gate PoMaxTicketLifetimeLabel = new LabelShadow(); 2134*0Sstevel@tonic-gate PoMaxTicketLifetimeLabel.set 2135*0Sstevel@tonic-gate ("name", "PoMaxTicketLifetimeLabel"); 2136*0Sstevel@tonic-gate gbpanel50.add(PoMaxTicketLifetimeLabel); 2137*0Sstevel@tonic-gate PoMaxTicketLifetimeLabel.set("GBConstraints", 2138*0Sstevel@tonic-gate new GBConstraints("x=0;y=14")); 2139*0Sstevel@tonic-gate PoMaxTicketLifetimeLabel.set 2140*0Sstevel@tonic-gate ("text", "Maximum Ticket Lifetime (seconds):"); 2141*0Sstevel@tonic-gate PoMaxTicketLifetimeLabel.set 2142*0Sstevel@tonic-gate ("anchor", 2143*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum("east")); 2144*0Sstevel@tonic-gate 2145*0Sstevel@tonic-gate PoMaxTicketLifetime = new TextFieldShadow(); 2146*0Sstevel@tonic-gate PoMaxTicketLifetime.set("name", "PoMaxTicketLifetime"); 2147*0Sstevel@tonic-gate gbpanel50.add(PoMaxTicketLifetime); 2148*0Sstevel@tonic-gate PoMaxTicketLifetime.set("GBConstraints", new GBConstraints 2149*0Sstevel@tonic-gate ("x=2;y=14;fill=horizontal")); 2150*0Sstevel@tonic-gate 2151*0Sstevel@tonic-gate PoMaxTicketLifetimeMoreButton = new ButtonShadow(); 2152*0Sstevel@tonic-gate PoMaxTicketLifetimeMoreButton.set 2153*0Sstevel@tonic-gate ("name", "PoMaxTicketLifetimeMoreButton"); 2154*0Sstevel@tonic-gate gbpanel50.add(PoMaxTicketLifetimeMoreButton); 2155*0Sstevel@tonic-gate PoMaxTicketLifetimeMoreButton.set 2156*0Sstevel@tonic-gate ("GBConstraints", new GBConstraints("x=3;y=14")); 2157*0Sstevel@tonic-gate PoMaxTicketLifetimeMoreButton.set("standard", Boolean.FALSE); 2158*0Sstevel@tonic-gate PoMaxTicketLifetimeMoreButton.set("text", "..."); 2159*0Sstevel@tonic-gate 2160*0Sstevel@tonic-gate PoReferencesLabel = new LabelShadow(); 2161*0Sstevel@tonic-gate PoReferencesLabel.set("name", "PoReferencesLabel"); 2162*0Sstevel@tonic-gate gbpanel50.add(PoReferencesLabel); 2163*0Sstevel@tonic-gate PoReferencesLabel.set("GBConstraints", new GBConstraints 2164*0Sstevel@tonic-gate ("x=0;y=16")); 2165*0Sstevel@tonic-gate PoReferencesLabel.set("text", "Principals Using This Policy:"); 2166*0Sstevel@tonic-gate PoReferencesLabel.set("anchor", 2167*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 2168*0Sstevel@tonic-gate ("east")); 2169*0Sstevel@tonic-gate 2170*0Sstevel@tonic-gate PoReferences = new LabelShadow(); 2171*0Sstevel@tonic-gate PoReferences.set("name", "PoReferences"); 2172*0Sstevel@tonic-gate gbpanel50.add(PoReferences); 2173*0Sstevel@tonic-gate PoReferences.set("GBConstraints", new GBConstraints 2174*0Sstevel@tonic-gate ("x=2;y=16")); 2175*0Sstevel@tonic-gate PoReferences.set("text", ""); 2176*0Sstevel@tonic-gate PoReferences.set("anchor", 2177*0Sstevel@tonic-gate new sunsoft.jws.visual.rt.type.AnchorEnum 2178*0Sstevel@tonic-gate ("west")); 2179*0Sstevel@tonic-gate 2180*0Sstevel@tonic-gate labelbar23 = new LabelBarShadow(); 2181*0Sstevel@tonic-gate labelbar23.set("name", "labelbar23"); 2182*0Sstevel@tonic-gate gbpanel50.add(labelbar23); 2183*0Sstevel@tonic-gate labelbar23.set("GBConstraints", new GBConstraints 2184*0Sstevel@tonic-gate ("x=0;y=18;width=4;fill=horizontal")); 2185*0Sstevel@tonic-gate 2186*0Sstevel@tonic-gate gbpanel25 = new GBPanelShadow(); 2187*0Sstevel@tonic-gate gbpanel25.set("name", "gbpanel25"); 2188*0Sstevel@tonic-gate gbpanel50.add(gbpanel25); 2189*0Sstevel@tonic-gate { 2190*0Sstevel@tonic-gate int _tmp[] = {14}; 2191*0Sstevel@tonic-gate gbpanel25.set("rowHeights", _tmp); 2192*0Sstevel@tonic-gate } 2193*0Sstevel@tonic-gate gbpanel25.set("GBConstraints", new GBConstraints 2194*0Sstevel@tonic-gate ("x=0;y=20;width=4;fill=both")); 2195*0Sstevel@tonic-gate { 2196*0Sstevel@tonic-gate int _tmp[] = {14, 14, 14, 14, 14, 14, 14}; 2197*0Sstevel@tonic-gate gbpanel25.set("columnWidths", _tmp); 2198*0Sstevel@tonic-gate } 2199*0Sstevel@tonic-gate { 2200*0Sstevel@tonic-gate double _tmp[] = {0.0}; 2201*0Sstevel@tonic-gate gbpanel25.set("rowWeights", _tmp); 2202*0Sstevel@tonic-gate } 2203*0Sstevel@tonic-gate { 2204*0Sstevel@tonic-gate double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; 2205*0Sstevel@tonic-gate gbpanel25.set("columnWeights", _tmp); 2206*0Sstevel@tonic-gate } 2207*0Sstevel@tonic-gate 2208*0Sstevel@tonic-gate PoDetailSave = new ButtonShadow(); 2209*0Sstevel@tonic-gate PoDetailSave.set("name", "PoDetailSave"); 2210*0Sstevel@tonic-gate gbpanel25.add(PoDetailSave); 2211*0Sstevel@tonic-gate PoDetailSave.set("GBConstraints", new GBConstraints("x=0;y=0")); 2212*0Sstevel@tonic-gate PoDetailSave.set("text", "Save"); 2213*0Sstevel@tonic-gate 2214*0Sstevel@tonic-gate PoDetailPrevious = new ButtonShadow(); 2215*0Sstevel@tonic-gate PoDetailPrevious.set("name", "PoDetailPrevious"); 2216*0Sstevel@tonic-gate gbpanel25.add(PoDetailPrevious); 2217*0Sstevel@tonic-gate PoDetailPrevious.set("GBConstraints", new GBConstraints 2218*0Sstevel@tonic-gate ("x=2;y=0")); 2219*0Sstevel@tonic-gate PoDetailPrevious.set("text", "Previous"); 2220*0Sstevel@tonic-gate 2221*0Sstevel@tonic-gate PoDetailDone = new ButtonShadow(); 2222*0Sstevel@tonic-gate PoDetailDone.set("name", "PoDetailDone"); 2223*0Sstevel@tonic-gate gbpanel25.add(PoDetailDone); 2224*0Sstevel@tonic-gate PoDetailDone.set("GBConstraints", new GBConstraints("x=4;y=0")); 2225*0Sstevel@tonic-gate PoDetailDone.set("text", "Done"); 2226*0Sstevel@tonic-gate 2227*0Sstevel@tonic-gate PoDetailCancel = new ButtonShadow(); 2228*0Sstevel@tonic-gate PoDetailCancel.set("name", "PoDetailCancel"); 2229*0Sstevel@tonic-gate gbpanel25.add(PoDetailCancel); 2230*0Sstevel@tonic-gate PoDetailCancel.set("GBConstraints", new GBConstraints 2231*0Sstevel@tonic-gate ("x=6;y=0")); 2232*0Sstevel@tonic-gate PoDetailCancel.set("text", "Cancel"); 2233*0Sstevel@tonic-gate 2234*0Sstevel@tonic-gate menubar1 = new MenuBarShadow(); 2235*0Sstevel@tonic-gate menubar1.set("name", "menubar1"); 2236*0Sstevel@tonic-gate mainframe.add(menubar1); 2237*0Sstevel@tonic-gate menubar1.set("helpMenu", new AMRef("Help")); 2238*0Sstevel@tonic-gate menubar1.set("font", 2239*0Sstevel@tonic-gate convert("java.awt.Font", 2240*0Sstevel@tonic-gate "name=Dialog;style=plain;size=12")); 2241*0Sstevel@tonic-gate 2242*0Sstevel@tonic-gate File = new MenuShadow(); 2243*0Sstevel@tonic-gate File.set("name", "File"); 2244*0Sstevel@tonic-gate menubar1.add(File); 2245*0Sstevel@tonic-gate File.set("text", "File"); 2246*0Sstevel@tonic-gate File.set("canTearOff", Boolean.FALSE); 2247*0Sstevel@tonic-gate 2248*0Sstevel@tonic-gate Print = new MenuShadow(); 2249*0Sstevel@tonic-gate Print.set("name", "Print"); 2250*0Sstevel@tonic-gate File.add(Print); 2251*0Sstevel@tonic-gate Print.set("text", "Print"); 2252*0Sstevel@tonic-gate Print.set("canTearOff", Boolean.FALSE); 2253*0Sstevel@tonic-gate 2254*0Sstevel@tonic-gate PrintCurPr = new MenuItemShadow(); 2255*0Sstevel@tonic-gate PrintCurPr.set("name", "PrintCurPr"); 2256*0Sstevel@tonic-gate Print.add(PrintCurPr); 2257*0Sstevel@tonic-gate PrintCurPr.set("enabled", Boolean.FALSE); 2258*0Sstevel@tonic-gate PrintCurPr.set("text", "Current Principal"); 2259*0Sstevel@tonic-gate 2260*0Sstevel@tonic-gate PrintCurPol = new MenuItemShadow(); 2261*0Sstevel@tonic-gate PrintCurPol.set("name", "PrintCurPol"); 2262*0Sstevel@tonic-gate Print.add(PrintCurPol); 2263*0Sstevel@tonic-gate PrintCurPol.set("enabled", Boolean.FALSE); 2264*0Sstevel@tonic-gate PrintCurPol.set("text", "Current Policy"); 2265*0Sstevel@tonic-gate 2266*0Sstevel@tonic-gate PrintPrlist = new MenuItemShadow(); 2267*0Sstevel@tonic-gate PrintPrlist.set("name", "PrintPrlist"); 2268*0Sstevel@tonic-gate Print.add(PrintPrlist); 2269*0Sstevel@tonic-gate PrintPrlist.set("text", "Principal List"); 2270*0Sstevel@tonic-gate 2271*0Sstevel@tonic-gate PrintPollist = new MenuItemShadow(); 2272*0Sstevel@tonic-gate PrintPollist.set("name", "PrintPollist"); 2273*0Sstevel@tonic-gate Print.add(PrintPollist); 2274*0Sstevel@tonic-gate PrintPollist.set("text", "Policy List"); 2275*0Sstevel@tonic-gate 2276*0Sstevel@tonic-gate logout = new MenuItemShadow(); 2277*0Sstevel@tonic-gate logout.set("name", "logout"); 2278*0Sstevel@tonic-gate File.add(logout); 2279*0Sstevel@tonic-gate logout.set("text", "Log Out"); 2280*0Sstevel@tonic-gate 2281*0Sstevel@tonic-gate Exit = new MenuItemShadow(); 2282*0Sstevel@tonic-gate Exit.set("name", "Exit"); 2283*0Sstevel@tonic-gate File.add(Exit); 2284*0Sstevel@tonic-gate Exit.set("text", "Exit"); 2285*0Sstevel@tonic-gate 2286*0Sstevel@tonic-gate editMenu = new MenuShadow(); 2287*0Sstevel@tonic-gate editMenu.set("name", "editMenu"); 2288*0Sstevel@tonic-gate menubar1.add(editMenu); 2289*0Sstevel@tonic-gate editMenu.set("text", "Edit"); 2290*0Sstevel@tonic-gate editMenu.set("canTearOff", Boolean.FALSE); 2291*0Sstevel@tonic-gate 2292*0Sstevel@tonic-gate editPreferences = new MenuItemShadow(); 2293*0Sstevel@tonic-gate editPreferences.set("name", "editPreferences"); 2294*0Sstevel@tonic-gate editMenu.add(editPreferences); 2295*0Sstevel@tonic-gate editPreferences.set("text", "Properties..."); 2296*0Sstevel@tonic-gate 2297*0Sstevel@tonic-gate menu2 = new MenuShadow(); 2298*0Sstevel@tonic-gate menu2.set("name", "menu2"); 2299*0Sstevel@tonic-gate menubar1.add(menu2); 2300*0Sstevel@tonic-gate menu2.set("text", "Refresh"); 2301*0Sstevel@tonic-gate menu2.set("canTearOff", Boolean.FALSE); 2302*0Sstevel@tonic-gate 2303*0Sstevel@tonic-gate refreshPrincipals = new MenuItemShadow(); 2304*0Sstevel@tonic-gate refreshPrincipals.set("name", "refreshPrincipals"); 2305*0Sstevel@tonic-gate menu2.add(refreshPrincipals); 2306*0Sstevel@tonic-gate refreshPrincipals.set("text", "Principal List"); 2307*0Sstevel@tonic-gate 2308*0Sstevel@tonic-gate refreshPolicies = new MenuItemShadow(); 2309*0Sstevel@tonic-gate refreshPolicies.set("name", "refreshPolicies"); 2310*0Sstevel@tonic-gate menu2.add(refreshPolicies); 2311*0Sstevel@tonic-gate refreshPolicies.set("text", "Policy List"); 2312*0Sstevel@tonic-gate 2313*0Sstevel@tonic-gate Help = new MenuShadow(); 2314*0Sstevel@tonic-gate Help.set("name", "Help"); 2315*0Sstevel@tonic-gate menubar1.add(Help); 2316*0Sstevel@tonic-gate Help.set("text", "Help"); 2317*0Sstevel@tonic-gate Help.set("canTearOff", Boolean.FALSE); 2318*0Sstevel@tonic-gate 2319*0Sstevel@tonic-gate browserHelp2 = new MenuItemShadow(); 2320*0Sstevel@tonic-gate browserHelp2.set("name", "browserHelp2"); 2321*0Sstevel@tonic-gate Help.add(browserHelp2); 2322*0Sstevel@tonic-gate browserHelp2.set("text", "Help Contents"); 2323*0Sstevel@tonic-gate 2324*0Sstevel@tonic-gate Context = new MenuItemShadow(); 2325*0Sstevel@tonic-gate Context.set("name", "Context"); 2326*0Sstevel@tonic-gate Help.add(Context); 2327*0Sstevel@tonic-gate Context.set("text", "Context-sensitive help"); 2328*0Sstevel@tonic-gate Context.set("separator", Boolean.TRUE); 2329*0Sstevel@tonic-gate 2330*0Sstevel@tonic-gate About = new MenuItemShadow(); 2331*0Sstevel@tonic-gate About.set("name", "About"); 2332*0Sstevel@tonic-gate Help.add(About); 2333*0Sstevel@tonic-gate About.set("text", "About"); 2334*0Sstevel@tonic-gate 2335*0Sstevel@tonic-gate group.addOperations(new KdcGuiOps()); 2336*0Sstevel@tonic-gate } 2337*0Sstevel@tonic-gate 2338*0Sstevel@tonic-gate // methods from lib/visual/gen/methods.java 2339*0Sstevel@tonic-gate 2340*0Sstevel@tonic-gate /** 2341*0Sstevel@tonic-gate * Converts a string to the specified type. 2342*0Sstevel@tonic-gate */ 2343*0Sstevel@tonic-gate private Object convert(String type, String value) { 2344*0Sstevel@tonic-gate return (Converter.getConverter(type).convertFromString(value)); 2345*0Sstevel@tonic-gate } 2346*0Sstevel@tonic-gate } 2347