xref: /onnv-gate/usr/src/cmd/krb5/kadmin/gui/KdcGuiRoot.java (revision 96:4c8311d51cba)
10Sstevel@tonic-gate /*
20Sstevel@tonic-gate  * CDDL HEADER START
30Sstevel@tonic-gate  *
40Sstevel@tonic-gate  * The contents of this file are subject to the terms of the
50Sstevel@tonic-gate  * Common Development and Distribution License, Version 1.0 only
60Sstevel@tonic-gate  * (the "License").  You may not use this file except in compliance
70Sstevel@tonic-gate  * with the License.
80Sstevel@tonic-gate  *
90Sstevel@tonic-gate  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
100Sstevel@tonic-gate  * or http://www.opensolaris.org/os/licensing.
110Sstevel@tonic-gate  * See the License for the specific language governing permissions
120Sstevel@tonic-gate  * and limitations under the License.
130Sstevel@tonic-gate  *
140Sstevel@tonic-gate  * When distributing Covered Code, include this CDDL HEADER in each
150Sstevel@tonic-gate  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
160Sstevel@tonic-gate  * If applicable, add the following below this CDDL HEADER, with the
170Sstevel@tonic-gate  * fields enclosed by brackets "[]" replaced with your own identifying
180Sstevel@tonic-gate  * information: Portions Copyright [yyyy] [name of copyright owner]
190Sstevel@tonic-gate  *
200Sstevel@tonic-gate  * CDDL HEADER END
210Sstevel@tonic-gate  */
220Sstevel@tonic-gate /*
230Sstevel@tonic-gate  * ident	"%Z%%M%	%I%	%E% SMI"
240Sstevel@tonic-gate  *
250Sstevel@tonic-gate  * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
260Sstevel@tonic-gate  * Use is subject to license terms.
270Sstevel@tonic-gate  */
280Sstevel@tonic-gate 
290Sstevel@tonic-gate /**
300Sstevel@tonic-gate  * This file was originally automatically generated by Java WorkShop.
310Sstevel@tonic-gate  *
320Sstevel@tonic-gate  * Runtime vendor: SunSoft, Inc.
330Sstevel@tonic-gate  * Runtime version: 1.0
340Sstevel@tonic-gate  *
350Sstevel@tonic-gate  * Visual vendor: SunSoft, Inc.
360Sstevel@tonic-gate  * Visual version: 1.0
370Sstevel@tonic-gate  */
380Sstevel@tonic-gate 
390Sstevel@tonic-gate 
400Sstevel@tonic-gate import sunsoft.jws.visual.rt.awt.GBConstraints;
410Sstevel@tonic-gate import sunsoft.jws.visual.rt.base.*;
420Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.*;
430Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.*;
440Sstevel@tonic-gate import sunsoft.jws.visual.rt.type.*;
450Sstevel@tonic-gate 
460Sstevel@tonic-gate import sunsoft.jws.visual.rt.base.Root;
470Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.FrameShadow;
480Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.GBPanelShadow;
490Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.LabelShadow;
500Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.TextFieldShadow;
510Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.ButtonShadow;
520Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.ImageLabelShadow;
530Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.MenuBarShadow;
540Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.MenuShadow;
550Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.MenuItemShadow;
560Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.TabbedFolderShadow;
570Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.CardPanelShadow;
580Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.BorderPanelShadow;
590Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.LabelBarShadow;
600Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.TextListShadow;
610Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.ChoiceShadow;
620Sstevel@tonic-gate import sunsoft.jws.visual.rt.shadow.java.awt.CheckboxShadow;
630Sstevel@tonic-gate 
640Sstevel@tonic-gate public class KdcGuiRoot extends Root {
650Sstevel@tonic-gate     public MenuItemShadow About;
660Sstevel@tonic-gate     public MenuItemShadow About2;
670Sstevel@tonic-gate     public MenuItemShadow Context;
680Sstevel@tonic-gate     public MenuItemShadow Context2;
690Sstevel@tonic-gate     public MenuItemShadow Exit;
700Sstevel@tonic-gate     public MenuItemShadow Exit2;
710Sstevel@tonic-gate     public MenuShadow File;
720Sstevel@tonic-gate     public MenuShadow File2;
730Sstevel@tonic-gate     public MenuShadow Help;
740Sstevel@tonic-gate     public LabelBarShadow LabelBarGeneral;
750Sstevel@tonic-gate     public LabelBarShadow LabelBarMiscellany;
760Sstevel@tonic-gate     public LabelBarShadow LabelBarPassword;
770Sstevel@tonic-gate     public LabelBarShadow LabelBarPrincipal;
780Sstevel@tonic-gate     public LabelBarShadow LabelBarSecurity;
790Sstevel@tonic-gate     public LabelBarShadow LabelBarTicket;
800Sstevel@tonic-gate     public LabelBarShadow LabelBarTickets;
810Sstevel@tonic-gate     public TextFieldShadow LoginName;
820Sstevel@tonic-gate     public LabelShadow LoginNameLabel;
830Sstevel@tonic-gate     public ButtonShadow LoginOK;
840Sstevel@tonic-gate     public TextFieldShadow LoginPass;
850Sstevel@tonic-gate     public LabelShadow LoginPassLabel;
860Sstevel@tonic-gate     public TextFieldShadow LoginRealm;
870Sstevel@tonic-gate     public LabelShadow LoginRealmLabel;
880Sstevel@tonic-gate     public TextFieldShadow LoginServer;
890Sstevel@tonic-gate     public LabelShadow LoginServerLabel;
900Sstevel@tonic-gate     public ButtonShadow LoginStartOver;
910Sstevel@tonic-gate     public ButtonShadow PoDetailCancel;
920Sstevel@tonic-gate     public ButtonShadow PoDetailDone;
930Sstevel@tonic-gate     public LabelShadow PoDetailLabel;
940Sstevel@tonic-gate     public ButtonShadow PoDetailPrevious;
950Sstevel@tonic-gate     public ButtonShadow PoDetailSave;
960Sstevel@tonic-gate     public ButtonShadow PoListAdd;
970Sstevel@tonic-gate     public ButtonShadow PoListClear;
980Sstevel@tonic-gate     public ButtonShadow PoListDelete;
990Sstevel@tonic-gate     public ButtonShadow PoListDuplicate;
1000Sstevel@tonic-gate     public LabelShadow PoListLabel;
1010Sstevel@tonic-gate     public ButtonShadow PoListModify;
1020Sstevel@tonic-gate     public TextFieldShadow PoListPattern;
1030Sstevel@tonic-gate     public LabelShadow PoListPatternLabel;
1040Sstevel@tonic-gate     public TextFieldShadow PoMaxTicketLifetime;
1050Sstevel@tonic-gate     public LabelShadow PoMaxTicketLifetimeLabel;
1060Sstevel@tonic-gate     public ButtonShadow PoMaxTicketLifetimeMoreButton;
1070Sstevel@tonic-gate     public ChoiceShadow PoMinPwClass;
1080Sstevel@tonic-gate     public LabelShadow PoMinPwClassLabel;
1090Sstevel@tonic-gate     public ChoiceShadow PoMinPwLength;
1100Sstevel@tonic-gate     public LabelShadow PoMinPwLengthLabel;
1110Sstevel@tonic-gate     public TextFieldShadow PoMinTicketLifetime;
1120Sstevel@tonic-gate     public LabelShadow PoMinTicketLifetimeLabel;
1130Sstevel@tonic-gate     public ButtonShadow PoMinTicketLifetimeMoreButton;
1140Sstevel@tonic-gate     public TextFieldShadow PoName;
1150Sstevel@tonic-gate     public LabelShadow PoNameLabel;
1160Sstevel@tonic-gate     public LabelShadow PoReferences;
1170Sstevel@tonic-gate     public LabelShadow PoReferencesLabel;
1180Sstevel@tonic-gate     public ChoiceShadow PoSavedPasswords;
1190Sstevel@tonic-gate     public LabelShadow PoSavedPasswordsLabel;
1200Sstevel@tonic-gate     public TextListShadow Pollist;
1210Sstevel@tonic-gate     public GBPanelShadow Pollisttab;
1220Sstevel@tonic-gate     public CheckboxShadow PrAllowDupAuth;
1230Sstevel@tonic-gate     public CheckboxShadow PrAllowForwardable;
1240Sstevel@tonic-gate     public CheckboxShadow PrAllowPostdated;
1250Sstevel@tonic-gate     public CheckboxShadow PrAllowProxiable;
1260Sstevel@tonic-gate     public CheckboxShadow PrAllowRenewable;
1270Sstevel@tonic-gate     public CheckboxShadow PrAllowSvr;
1280Sstevel@tonic-gate     public CheckboxShadow PrAllowTGT;
1290Sstevel@tonic-gate     public ButtonShadow PrBasicCancel;
1300Sstevel@tonic-gate     public LabelShadow PrBasicLabel;
1310Sstevel@tonic-gate     public ButtonShadow PrBasicNext;
1320Sstevel@tonic-gate     public ButtonShadow PrBasicPrevious;
1330Sstevel@tonic-gate     public ButtonShadow PrBasicRandomPw;
134*96Ssemery     public LabelShadow EncListLabel;
135*96Ssemery     public TextFieldShadow EncList;
136*96Ssemery     public ButtonShadow EncListMoreButton;
1370Sstevel@tonic-gate     public ButtonShadow PrBasicSave;
1380Sstevel@tonic-gate     public TextFieldShadow PrComments;
1390Sstevel@tonic-gate     public LabelShadow PrCommentsLabel;
1400Sstevel@tonic-gate     public ButtonShadow PrDetailCancel;
1410Sstevel@tonic-gate     public LabelShadow PrDetailLabel;
1420Sstevel@tonic-gate     public ButtonShadow PrDetailNext;
1430Sstevel@tonic-gate     public ButtonShadow PrDetailPrevious;
1440Sstevel@tonic-gate     public ButtonShadow PrDetailSave;
1450Sstevel@tonic-gate     public TextFieldShadow PrExpiry;
1460Sstevel@tonic-gate     public LabelShadow PrExpiryLabel;
1470Sstevel@tonic-gate     public ButtonShadow PrExpiryMoreButton;
1480Sstevel@tonic-gate     public LabelShadow PrFailCount;
1490Sstevel@tonic-gate     public LabelShadow PrFailureCountLabel;
1500Sstevel@tonic-gate     public LabelShadow PrFlagLabel;
1510Sstevel@tonic-gate     public ButtonShadow PrFlagsCancel;
1520Sstevel@tonic-gate     public ButtonShadow PrFlagsNext;
1530Sstevel@tonic-gate     public ButtonShadow PrFlagsPrevious;
1540Sstevel@tonic-gate     public ButtonShadow PrFlagsSave;
1550Sstevel@tonic-gate     public CheckboxShadow PrForcePwChange;
1560Sstevel@tonic-gate     public TextFieldShadow PrKvno;
1570Sstevel@tonic-gate     public LabelShadow PrKvnoLabel;
1580Sstevel@tonic-gate     public LabelShadow PrLastChangedBy;
1590Sstevel@tonic-gate     public LabelShadow PrLastChangedByLabel;
1600Sstevel@tonic-gate     public LabelShadow PrLastChangedTime;
1610Sstevel@tonic-gate     public LabelShadow PrLastChangedTimeLabel;
1620Sstevel@tonic-gate     public LabelShadow PrLastFailure;
1630Sstevel@tonic-gate     public LabelShadow PrLastFailureLabel;
1640Sstevel@tonic-gate     public LabelShadow PrLastPwChange;
1650Sstevel@tonic-gate     public LabelShadow PrLastSuccess;
1660Sstevel@tonic-gate     public LabelShadow PrLastSuccessLabel;
1670Sstevel@tonic-gate     public ButtonShadow PrListAdd;
1680Sstevel@tonic-gate     public ButtonShadow PrListClear;
1690Sstevel@tonic-gate     public ButtonShadow PrListDelete;
1700Sstevel@tonic-gate     public ButtonShadow PrListDuplicate;
1710Sstevel@tonic-gate     public LabelShadow PrListLabel;
1720Sstevel@tonic-gate     public ButtonShadow PrListModify;
1730Sstevel@tonic-gate     public TextFieldShadow PrListPattern;
1740Sstevel@tonic-gate     public CheckboxShadow PrLockAcct;
1750Sstevel@tonic-gate     public TextFieldShadow PrMaxLifetime;
1760Sstevel@tonic-gate     public ButtonShadow PrMaxLifetimeMoreButton;
1770Sstevel@tonic-gate     public TextFieldShadow PrMaxRenewal;
1780Sstevel@tonic-gate     public ButtonShadow PrMaxRenewalMoreButton;
1790Sstevel@tonic-gate     public LabelShadow PrMaxTicketLifetimeLabel;
1800Sstevel@tonic-gate     public LabelShadow PrMaxTicketRenewalLabel;
1810Sstevel@tonic-gate     public TextFieldShadow PrName1;
1820Sstevel@tonic-gate     public LabelShadow PrName2;
1830Sstevel@tonic-gate     public LabelShadow PrName3;
1840Sstevel@tonic-gate     public LabelShadow PrNameLabel1;
1850Sstevel@tonic-gate     public TextFieldShadow PrPassword;
1860Sstevel@tonic-gate     public LabelShadow PrPasswordLabel;
1870Sstevel@tonic-gate     public ChoiceShadow PrPolicy;
1880Sstevel@tonic-gate     public LabelShadow PrPolicyLabel;
1890Sstevel@tonic-gate     public TextFieldShadow PrPwExpiry;
1900Sstevel@tonic-gate     public LabelShadow PrPwExpiryLabel;
1910Sstevel@tonic-gate     public ButtonShadow PrPwExpiryMoreButton;
1920Sstevel@tonic-gate     public LabelShadow PrPwLastChangedLabel;
1930Sstevel@tonic-gate     public CheckboxShadow PrRequireHwPreAuth;
1940Sstevel@tonic-gate     public CheckboxShadow PrRequirePreAuth;
1950Sstevel@tonic-gate     public LabelShadow PrSearchLab;
1960Sstevel@tonic-gate     public MenuShadow Print;
1970Sstevel@tonic-gate     public MenuItemShadow PrintCurPol;
1980Sstevel@tonic-gate     public MenuItemShadow PrintCurPr;
1990Sstevel@tonic-gate     public MenuItemShadow PrintPollist;
2000Sstevel@tonic-gate     public MenuItemShadow PrintPrlist;
2010Sstevel@tonic-gate     public TextListShadow Prlist;
2020Sstevel@tonic-gate     public GBPanelShadow Prlisttab;
2030Sstevel@tonic-gate     public LabelShadow StatusLine;
2040Sstevel@tonic-gate     public BorderPanelShadow borderpanel1;
2050Sstevel@tonic-gate     public BorderPanelShadow borderpanel7;
2060Sstevel@tonic-gate     public MenuItemShadow browserHelp1;
2070Sstevel@tonic-gate     public MenuItemShadow browserHelp2;
2080Sstevel@tonic-gate     public CardPanelShadow cardpanel1;
2090Sstevel@tonic-gate     public CardPanelShadow cardpanel2;
2100Sstevel@tonic-gate     public MenuShadow editMenu;
2110Sstevel@tonic-gate     public MenuItemShadow editPreferences;
2120Sstevel@tonic-gate     public GBPanelShadow gbpanel1;
2130Sstevel@tonic-gate     public GBPanelShadow gbpanel11;
2140Sstevel@tonic-gate     public GBPanelShadow gbpanel17;
2150Sstevel@tonic-gate     public GBPanelShadow gbpanel18;
2160Sstevel@tonic-gate     public GBPanelShadow gbpanel19;
2170Sstevel@tonic-gate     public GBPanelShadow gbpanel2;
2180Sstevel@tonic-gate     public GBPanelShadow gbpanel20;
2190Sstevel@tonic-gate     public GBPanelShadow gbpanel21;
2200Sstevel@tonic-gate     public GBPanelShadow gbpanel22;
2210Sstevel@tonic-gate     public GBPanelShadow gbpanel23;
2220Sstevel@tonic-gate     public GBPanelShadow gbpanel24;
2230Sstevel@tonic-gate     public GBPanelShadow gbpanel25;
2240Sstevel@tonic-gate     public GBPanelShadow gbpanel28;
2250Sstevel@tonic-gate     public GBPanelShadow gbpanel3;
2260Sstevel@tonic-gate     public GBPanelShadow gbpanel36;
2270Sstevel@tonic-gate     public GBPanelShadow gbpanel37;
2280Sstevel@tonic-gate     public GBPanelShadow gbpanel38;
2290Sstevel@tonic-gate     public GBPanelShadow gbpanel4;
2300Sstevel@tonic-gate     public GBPanelShadow gbpanel40;
2310Sstevel@tonic-gate     public GBPanelShadow gbpanel41;
2320Sstevel@tonic-gate     public GBPanelShadow gbpanel42;
2330Sstevel@tonic-gate     public GBPanelShadow gbpanel44;
2340Sstevel@tonic-gate     public GBPanelShadow gbpanel45;
2350Sstevel@tonic-gate     public GBPanelShadow gbpanel5;
2360Sstevel@tonic-gate     public GBPanelShadow gbpanel50;
2370Sstevel@tonic-gate     public GBPanelShadow gbpanel6;
2380Sstevel@tonic-gate     public GBPanelShadow gbpanel67;
2390Sstevel@tonic-gate     public GBPanelShadow gbpanel73;
2400Sstevel@tonic-gate     public GBPanelShadow gbpanel8;
2410Sstevel@tonic-gate     public GBPanelShadow gbpanel9;
2420Sstevel@tonic-gate     public GBPanelShadow gbpanel90;
2430Sstevel@tonic-gate     public LabelBarShadow labelbar1;
2440Sstevel@tonic-gate     public LabelBarShadow labelbar20;
2450Sstevel@tonic-gate     public LabelBarShadow labelbar21;
2460Sstevel@tonic-gate     public LabelBarShadow labelbar22;
2470Sstevel@tonic-gate     public LabelBarShadow labelbar23;
2480Sstevel@tonic-gate     public LabelBarShadow labelbar3;
2490Sstevel@tonic-gate     public LabelBarShadow labelbar6;
2500Sstevel@tonic-gate     public FrameShadow loginframe;
2510Sstevel@tonic-gate     public MenuItemShadow logout;
2520Sstevel@tonic-gate     public FrameShadow mainframe;
2530Sstevel@tonic-gate     public MenuShadow menu1;
2540Sstevel@tonic-gate     public MenuShadow menu2;
2550Sstevel@tonic-gate     public MenuBarShadow menubar1;
2560Sstevel@tonic-gate     public MenuBarShadow menubar2;
2570Sstevel@tonic-gate     public MenuItemShadow refreshPolicies;
2580Sstevel@tonic-gate     public MenuItemShadow refreshPrincipals;
2590Sstevel@tonic-gate     public Root root1;
2600Sstevel@tonic-gate     public TabbedFolderShadow tabbedfolder1;
2610Sstevel@tonic-gate 
KdcGuiRoot(Group group)2620Sstevel@tonic-gate     public KdcGuiRoot(Group group) {
2630Sstevel@tonic-gate         setGroup(group);
2640Sstevel@tonic-gate 
2650Sstevel@tonic-gate         loginframe = new FrameShadow();
2660Sstevel@tonic-gate         loginframe.set("name", "loginframe");
2670Sstevel@tonic-gate         add(loginframe);
2680Sstevel@tonic-gate         loginframe.set("title", "SEAM Administration Login");
2690Sstevel@tonic-gate         loginframe.set("layoutSize", new java.awt.Dimension(676, 676));
2700Sstevel@tonic-gate         loginframe.set("layoutLocation", new java.awt.Point(7, 16));
2710Sstevel@tonic-gate 
2720Sstevel@tonic-gate         gbpanel44 = new GBPanelShadow();
2730Sstevel@tonic-gate         gbpanel44.set("name", "gbpanel44");
2740Sstevel@tonic-gate         loginframe.add(gbpanel44);
2750Sstevel@tonic-gate         {
2760Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
2770Sstevel@tonic-gate 			  14, 14, 14, 14, 14, 14, 14};
2780Sstevel@tonic-gate             gbpanel44.set("rowHeights", _tmp);
2790Sstevel@tonic-gate         }
2800Sstevel@tonic-gate         gbpanel44.set("GBConstraints", new GBConstraints
2810Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
2820Sstevel@tonic-gate         {
2830Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
2840Sstevel@tonic-gate 			  14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14};
2850Sstevel@tonic-gate             gbpanel44.set("columnWidths", _tmp);
2860Sstevel@tonic-gate         }
2870Sstevel@tonic-gate         {
2880Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
2890Sstevel@tonic-gate 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
2900Sstevel@tonic-gate 			     0.0, 0.0};
2910Sstevel@tonic-gate             gbpanel44.set("rowWeights", _tmp);
2920Sstevel@tonic-gate         }
2930Sstevel@tonic-gate         gbpanel44.set("layoutSize", new java.awt.Dimension(457, 457));
2940Sstevel@tonic-gate         {
2950Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
2960Sstevel@tonic-gate 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
297*96Ssemery 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
2980Sstevel@tonic-gate             gbpanel44.set("columnWeights", _tmp);
2990Sstevel@tonic-gate         }
3000Sstevel@tonic-gate         gbpanel44.set("layoutLocation", new java.awt.Point(602, 10));
3010Sstevel@tonic-gate 
3020Sstevel@tonic-gate         LoginNameLabel = new LabelShadow();
3030Sstevel@tonic-gate         LoginNameLabel.set("name", "LoginNameLabel");
3040Sstevel@tonic-gate         gbpanel44.add(LoginNameLabel);
3050Sstevel@tonic-gate         LoginNameLabel.set("GBConstraints",
3060Sstevel@tonic-gate 			   new GBConstraints("x=1;y=2;width=6;height=2"));
3070Sstevel@tonic-gate         LoginNameLabel.set("text", "Principal Name:");
3080Sstevel@tonic-gate         LoginNameLabel.set("anchor",
3090Sstevel@tonic-gate 			   new sunsoft.jws.visual.rt.type.AnchorEnum
3100Sstevel@tonic-gate 			   ("east"));
3110Sstevel@tonic-gate 
3120Sstevel@tonic-gate         LoginPassLabel = new LabelShadow();
3130Sstevel@tonic-gate         LoginPassLabel.set("name", "LoginPassLabel");
3140Sstevel@tonic-gate         gbpanel44.add(LoginPassLabel);
3150Sstevel@tonic-gate         LoginPassLabel.set("GBConstraints",
3160Sstevel@tonic-gate 			   new GBConstraints("x=1;y=4;width=6;height=2"));
3170Sstevel@tonic-gate         LoginPassLabel.set("text", "Password:");
3180Sstevel@tonic-gate         LoginPassLabel.set("anchor",
3190Sstevel@tonic-gate 			   new sunsoft.jws.visual.rt.type.AnchorEnum
3200Sstevel@tonic-gate 			   ("east"));
3210Sstevel@tonic-gate 
3220Sstevel@tonic-gate         LoginName = new TextFieldShadow();
3230Sstevel@tonic-gate         LoginName.set("name", "LoginName");
3240Sstevel@tonic-gate         gbpanel44.add(LoginName);
3250Sstevel@tonic-gate         LoginName.set("GBConstraints", new GBConstraints
3260Sstevel@tonic-gate 		      ("x=7;y=2;width=12;height=2;fill=horizontal"));
3270Sstevel@tonic-gate 
3280Sstevel@tonic-gate         LoginPass = new TextFieldShadow();
3290Sstevel@tonic-gate         LoginPass.set("name", "LoginPass");
3300Sstevel@tonic-gate         gbpanel44.add(LoginPass);
3310Sstevel@tonic-gate         LoginPass.set("GBConstraints", new GBConstraints
3320Sstevel@tonic-gate 		      ("x=7;y=4;width=12;height=2;fill=horizontal"));
3330Sstevel@tonic-gate         LoginPass.set("echoCharacter", new Character('*'));
3340Sstevel@tonic-gate 
3350Sstevel@tonic-gate         LoginOK = new ButtonShadow();
3360Sstevel@tonic-gate         LoginOK.set("name", "LoginOK");
3370Sstevel@tonic-gate         gbpanel44.add(LoginOK);
3380Sstevel@tonic-gate         LoginOK.set("GBConstraints", new GBConstraints
3390Sstevel@tonic-gate 		    ("x=3;y=15;width=4;height=2"));
3400Sstevel@tonic-gate         LoginOK.set("text", "OK");
3410Sstevel@tonic-gate 
3420Sstevel@tonic-gate         LoginStartOver = new ButtonShadow();
3430Sstevel@tonic-gate         LoginStartOver.set("name", "LoginStartOver");
3440Sstevel@tonic-gate         gbpanel44.add(LoginStartOver);
3450Sstevel@tonic-gate         LoginStartOver.set("GBConstraints", new GBConstraints
3460Sstevel@tonic-gate 			   ("x=15;y=15;width=4;height=2"));
3470Sstevel@tonic-gate         LoginStartOver.set("text", "Start Over");
348*96Ssemery 
3490Sstevel@tonic-gate         LoginRealmLabel = new LabelShadow();
3500Sstevel@tonic-gate         LoginRealmLabel.set("name", "LoginRealmLabel");
3510Sstevel@tonic-gate         gbpanel44.add(LoginRealmLabel);
3520Sstevel@tonic-gate         LoginRealmLabel.set("GBConstraints", new GBConstraints
3530Sstevel@tonic-gate 			    ("x=1;y=8;width=6;height=2"));
3540Sstevel@tonic-gate         LoginRealmLabel.set("text", "Realm:");
3550Sstevel@tonic-gate         LoginRealmLabel.set("anchor",
3560Sstevel@tonic-gate 			    new sunsoft.jws.visual.rt.type.AnchorEnum
3570Sstevel@tonic-gate 			    ("east"));
3580Sstevel@tonic-gate 
3590Sstevel@tonic-gate         LoginRealm = new TextFieldShadow();
3600Sstevel@tonic-gate         LoginRealm.set("name", "LoginRealm");
3610Sstevel@tonic-gate         gbpanel44.add(LoginRealm);
3620Sstevel@tonic-gate         LoginRealm.set("GBConstraints", new GBConstraints
3630Sstevel@tonic-gate 		       ("x=7;y=8;width=12;height=2;fill=horizontal"));
3640Sstevel@tonic-gate 
3650Sstevel@tonic-gate         LoginServerLabel = new LabelShadow();
3660Sstevel@tonic-gate         LoginServerLabel.set("name", "LoginServerLabel");
3670Sstevel@tonic-gate         gbpanel44.add(LoginServerLabel);
3680Sstevel@tonic-gate         LoginServerLabel.set("GBConstraints", new GBConstraints
3690Sstevel@tonic-gate 			     ("x=1;y=10;width=6;height=2"));
3700Sstevel@tonic-gate         LoginServerLabel.set("text", "Admin Server:");
3710Sstevel@tonic-gate         LoginServerLabel.set("anchor",
3720Sstevel@tonic-gate 			     new sunsoft.jws.visual.rt.type.AnchorEnum
3730Sstevel@tonic-gate 			     ("east"));
3740Sstevel@tonic-gate 
3750Sstevel@tonic-gate         LoginServer = new TextFieldShadow();
3760Sstevel@tonic-gate         LoginServer.set("name", "LoginServer");
3770Sstevel@tonic-gate         gbpanel44.add(LoginServer);
3780Sstevel@tonic-gate         LoginServer.set("GBConstraints", new GBConstraints
3790Sstevel@tonic-gate 			("x=7;y=10;width=12;height=2;fill=horizontal"));
3800Sstevel@tonic-gate 
3810Sstevel@tonic-gate         menubar2 = new MenuBarShadow();
3820Sstevel@tonic-gate         menubar2.set("name", "menubar2");
3830Sstevel@tonic-gate         loginframe.add(menubar2);
3840Sstevel@tonic-gate         menubar2.set("helpMenu", new AMRef("menu1"));
3850Sstevel@tonic-gate         menubar2.set("font", convert
3860Sstevel@tonic-gate 		     ("java.awt.Font",
3870Sstevel@tonic-gate 		      "name=Dialog;style=plain;size=12"));
3880Sstevel@tonic-gate 
3890Sstevel@tonic-gate         File2 = new MenuShadow();
3900Sstevel@tonic-gate         File2.set("name", "File2");
3910Sstevel@tonic-gate         menubar2.add(File2);
3920Sstevel@tonic-gate         File2.set("text", "File");
3930Sstevel@tonic-gate         File2.set("canTearOff", Boolean.FALSE);
3940Sstevel@tonic-gate 
3950Sstevel@tonic-gate         Exit2 = new MenuItemShadow();
3960Sstevel@tonic-gate         Exit2.set("name", "Exit2");
3970Sstevel@tonic-gate         File2.add(Exit2);
3980Sstevel@tonic-gate         Exit2.set("text", "Exit");
3990Sstevel@tonic-gate 
4000Sstevel@tonic-gate         menu1 = new MenuShadow();
4010Sstevel@tonic-gate         menu1.set("name", "menu1");
4020Sstevel@tonic-gate         menubar2.add(menu1);
4030Sstevel@tonic-gate         menu1.set("text", "Help");
4040Sstevel@tonic-gate         menu1.set("canTearOff", Boolean.FALSE);
4050Sstevel@tonic-gate 
4060Sstevel@tonic-gate         browserHelp1 = new MenuItemShadow();
4070Sstevel@tonic-gate         browserHelp1.set("name", "browserHelp1");
4080Sstevel@tonic-gate         menu1.add(browserHelp1);
4090Sstevel@tonic-gate         browserHelp1.set("text", "Help Contents");
4100Sstevel@tonic-gate 
4110Sstevel@tonic-gate         Context2 = new MenuItemShadow();
4120Sstevel@tonic-gate         Context2.set("name", "Context2");
4130Sstevel@tonic-gate         menu1.add(Context2);
4140Sstevel@tonic-gate         Context2.set("text", "Context-sensitive help");
4150Sstevel@tonic-gate         Context2.set("separator", Boolean.TRUE);
4160Sstevel@tonic-gate 
4170Sstevel@tonic-gate         About2 = new MenuItemShadow();
4180Sstevel@tonic-gate         About2.set("name", "About2");
4190Sstevel@tonic-gate         menu1.add(About2);
4200Sstevel@tonic-gate         About2.set("text", "About");
4210Sstevel@tonic-gate 
4220Sstevel@tonic-gate         mainframe = new FrameShadow();
4230Sstevel@tonic-gate         mainframe.set("name", "mainframe");
4240Sstevel@tonic-gate         add(mainframe);
4250Sstevel@tonic-gate         mainframe.set("title", "SEAM Administration Tool");
4260Sstevel@tonic-gate         mainframe.set("visible", Boolean.FALSE);
4270Sstevel@tonic-gate         mainframe.set("layoutSize", new java.awt.Dimension(885, 900));
4280Sstevel@tonic-gate         mainframe.set("size", new java.awt.Dimension(726, 783));
4290Sstevel@tonic-gate         mainframe.set("layoutLocation", new java.awt.Point(109, 0));
4300Sstevel@tonic-gate 
4310Sstevel@tonic-gate         gbpanel1 = new GBPanelShadow();
4320Sstevel@tonic-gate         gbpanel1.set("name", "gbpanel1");
4330Sstevel@tonic-gate         mainframe.add(gbpanel1);
4340Sstevel@tonic-gate         {
4350Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14};
4360Sstevel@tonic-gate             gbpanel1.set("rowHeights", _tmp);
4370Sstevel@tonic-gate         }
4380Sstevel@tonic-gate         gbpanel1.set("GBConstraints", new GBConstraints
4390Sstevel@tonic-gate 		     ("x=0;y=0;fill=both"));
4400Sstevel@tonic-gate         {
4410Sstevel@tonic-gate             int _tmp[] = {14, 14, 14};
4420Sstevel@tonic-gate             gbpanel1.set("columnWidths", _tmp);
4430Sstevel@tonic-gate         }
4440Sstevel@tonic-gate         {
4450Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
4460Sstevel@tonic-gate             gbpanel1.set("rowWeights", _tmp);
4470Sstevel@tonic-gate         }
4480Sstevel@tonic-gate         {
4490Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0};
4500Sstevel@tonic-gate             gbpanel1.set("columnWeights", _tmp);
4510Sstevel@tonic-gate         }
4520Sstevel@tonic-gate 
4530Sstevel@tonic-gate         StatusLine = new LabelShadow();
4540Sstevel@tonic-gate         StatusLine.set("name", "StatusLine");
4550Sstevel@tonic-gate         gbpanel1.add(StatusLine);
4560Sstevel@tonic-gate         StatusLine.set("GBConstraints", new GBConstraints
4570Sstevel@tonic-gate 		       ("x=1;y=4;ipadx=332"));
4580Sstevel@tonic-gate 	/* BEGIN JSTYLED */
4590Sstevel@tonic-gate 	StatusLine.set("text", "                                                                             ");
4600Sstevel@tonic-gate 	/* END JSTYLED */
4610Sstevel@tonic-gate         StatusLine.set("alignment",
4620Sstevel@tonic-gate 		       new sunsoft.jws.visual.rt.type.AlignmentEnum
4630Sstevel@tonic-gate 		       ("left"));
4640Sstevel@tonic-gate         StatusLine.set("anchor",
4650Sstevel@tonic-gate 		       new sunsoft.jws.visual.rt.type.AnchorEnum("west"));
4660Sstevel@tonic-gate 
4670Sstevel@tonic-gate         tabbedfolder1 = new TabbedFolderShadow();
4680Sstevel@tonic-gate         tabbedfolder1.set("name", "tabbedfolder1");
4690Sstevel@tonic-gate         gbpanel1.add(tabbedfolder1);
4700Sstevel@tonic-gate         tabbedfolder1.set("GBConstraints", new GBConstraints
4710Sstevel@tonic-gate 			  ("x=1;y=2;fill=both"));
4720Sstevel@tonic-gate         tabbedfolder1.set("borderRelief",
4730Sstevel@tonic-gate 			  new sunsoft.jws.visual.rt.type.ReliefEnum
4740Sstevel@tonic-gate 			  ("groove"));
4750Sstevel@tonic-gate 
4760Sstevel@tonic-gate         Prlisttab = new GBPanelShadow();
4770Sstevel@tonic-gate         Prlisttab.set("name", "Prlisttab");
4780Sstevel@tonic-gate         tabbedfolder1.add(Prlisttab);
4790Sstevel@tonic-gate         {
4800Sstevel@tonic-gate             int _tmp[] = {14, 14, 14};
4810Sstevel@tonic-gate             Prlisttab.set("rowHeights", _tmp);
4820Sstevel@tonic-gate         }
4830Sstevel@tonic-gate         Prlisttab.set("GBConstraints",
4840Sstevel@tonic-gate 		      new GBConstraints("x=0;y=0;fill=both"));
4850Sstevel@tonic-gate         {
4860Sstevel@tonic-gate             int _tmp[] = {14, 14, 14};
4870Sstevel@tonic-gate             Prlisttab.set("columnWidths", _tmp);
4880Sstevel@tonic-gate         }
4890Sstevel@tonic-gate         Prlisttab.set("layoutName", "Principals");
4900Sstevel@tonic-gate         {
4910Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0};
4920Sstevel@tonic-gate             Prlisttab.set("rowWeights", _tmp);
4930Sstevel@tonic-gate         }
4940Sstevel@tonic-gate         {
4950Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0};
4960Sstevel@tonic-gate             Prlisttab.set("columnWeights", _tmp);
4970Sstevel@tonic-gate         }
4980Sstevel@tonic-gate 
4990Sstevel@tonic-gate         cardpanel1 = new CardPanelShadow();
5000Sstevel@tonic-gate         cardpanel1.set("name", "cardpanel1");
5010Sstevel@tonic-gate         Prlisttab.add(cardpanel1);
5020Sstevel@tonic-gate         cardpanel1.set("GBConstraints",
5030Sstevel@tonic-gate 		       new GBConstraints("x=1;y=1;fill=both"));
5040Sstevel@tonic-gate 
5050Sstevel@tonic-gate         gbpanel2 = new GBPanelShadow();
5060Sstevel@tonic-gate         gbpanel2.set("name", "gbpanel2");
5070Sstevel@tonic-gate         cardpanel1.add(gbpanel2);
5080Sstevel@tonic-gate         {
5090Sstevel@tonic-gate             int _tmp[] = {14};
5100Sstevel@tonic-gate             gbpanel2.set("rowHeights", _tmp);
5110Sstevel@tonic-gate         }
5120Sstevel@tonic-gate         gbpanel2.set("GBConstraints", new GBConstraints
5130Sstevel@tonic-gate 		     ("x=0;y=0;fill=both"));
5140Sstevel@tonic-gate         {
5150Sstevel@tonic-gate             int _tmp[] = {14};
5160Sstevel@tonic-gate             gbpanel2.set("columnWidths", _tmp);
5170Sstevel@tonic-gate         }
5180Sstevel@tonic-gate         gbpanel2.set("layoutName", "List");
5190Sstevel@tonic-gate         {
5200Sstevel@tonic-gate             double _tmp[] = {0.0};
5210Sstevel@tonic-gate             gbpanel2.set("rowWeights", _tmp);
5220Sstevel@tonic-gate         }
5230Sstevel@tonic-gate         {
5240Sstevel@tonic-gate             double _tmp[] = {0.0};
5250Sstevel@tonic-gate             gbpanel2.set("columnWeights", _tmp);
5260Sstevel@tonic-gate         }
5270Sstevel@tonic-gate 
5280Sstevel@tonic-gate         borderpanel1 = new BorderPanelShadow();
5290Sstevel@tonic-gate         borderpanel1.set("name", "borderpanel1");
5300Sstevel@tonic-gate         gbpanel2.add(borderpanel1);
5310Sstevel@tonic-gate         borderpanel1.set("GBConstraints", new GBConstraints
5320Sstevel@tonic-gate 			 ("x=0;y=0;fill=both"));
5330Sstevel@tonic-gate         borderpanel1.set("borderRelief",
5340Sstevel@tonic-gate 			 new sunsoft.jws.visual.rt.type.ReliefEnum
5350Sstevel@tonic-gate 			 ("raised"));
5360Sstevel@tonic-gate 
5370Sstevel@tonic-gate         gbpanel19 = new GBPanelShadow();
5380Sstevel@tonic-gate         gbpanel19.set("name", "gbpanel19");
5390Sstevel@tonic-gate         borderpanel1.add(gbpanel19);
5400Sstevel@tonic-gate         {
5410Sstevel@tonic-gate             int _tmp[] = {14};
5420Sstevel@tonic-gate             gbpanel19.set("rowHeights", _tmp);
5430Sstevel@tonic-gate         }
5440Sstevel@tonic-gate         gbpanel19.set("GBConstraints", new GBConstraints
5450Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
5460Sstevel@tonic-gate         {
5470Sstevel@tonic-gate             int _tmp[] = {14};
5480Sstevel@tonic-gate             gbpanel19.set("columnWidths", _tmp);
5490Sstevel@tonic-gate         }
5500Sstevel@tonic-gate         gbpanel19.set("layoutName", "West");
5510Sstevel@tonic-gate         {
5520Sstevel@tonic-gate             double _tmp[] = {1.0};
5530Sstevel@tonic-gate             gbpanel19.set("rowWeights", _tmp);
5540Sstevel@tonic-gate         }
5550Sstevel@tonic-gate         {
5560Sstevel@tonic-gate             double _tmp[] = {1.0};
5570Sstevel@tonic-gate             gbpanel19.set("columnWeights", _tmp);
5580Sstevel@tonic-gate         }
5590Sstevel@tonic-gate 
5600Sstevel@tonic-gate         gbpanel3 = new GBPanelShadow();
5610Sstevel@tonic-gate         gbpanel3.set("name", "gbpanel3");
5620Sstevel@tonic-gate         borderpanel1.add(gbpanel3);
5630Sstevel@tonic-gate         {
5640Sstevel@tonic-gate             int _tmp[] = {14, 14, 14};
5650Sstevel@tonic-gate             gbpanel3.set("rowHeights", _tmp);
5660Sstevel@tonic-gate         }
5670Sstevel@tonic-gate         gbpanel3.set("GBConstraints", new GBConstraints
5680Sstevel@tonic-gate 		     ("x=0;y=0;fill=both"));
5690Sstevel@tonic-gate         {
5700Sstevel@tonic-gate             int _tmp[] = {14};
5710Sstevel@tonic-gate             gbpanel3.set("columnWidths", _tmp);
5720Sstevel@tonic-gate         }
5730Sstevel@tonic-gate         gbpanel3.set("layoutName", "North");
5740Sstevel@tonic-gate         {
5750Sstevel@tonic-gate             double _tmp[] = {0.0, 1.0, 0.0};
5760Sstevel@tonic-gate             gbpanel3.set("rowWeights", _tmp);
5770Sstevel@tonic-gate         }
5780Sstevel@tonic-gate         {
5790Sstevel@tonic-gate             double _tmp[] = {1.0};
5800Sstevel@tonic-gate             gbpanel3.set("columnWeights", _tmp);
5810Sstevel@tonic-gate         }
5820Sstevel@tonic-gate 
5830Sstevel@tonic-gate         PrListLabel = new LabelShadow();
5840Sstevel@tonic-gate         PrListLabel.set("name", "PrListLabel");
5850Sstevel@tonic-gate         gbpanel3.add(PrListLabel);
5860Sstevel@tonic-gate         PrListLabel.set("GBConstraints", new GBConstraints("x=0;y=1"));
5870Sstevel@tonic-gate         PrListLabel.set("text", "Principal List");
5880Sstevel@tonic-gate         PrListLabel.set("font", convert
5890Sstevel@tonic-gate 			("java.awt.Font",
5900Sstevel@tonic-gate 			 "name=Dialog;style=plain;size=16"));
5910Sstevel@tonic-gate 
5920Sstevel@tonic-gate         gbpanel4 = new GBPanelShadow();
5930Sstevel@tonic-gate         gbpanel4.set("name", "gbpanel4");
5940Sstevel@tonic-gate         borderpanel1.add(gbpanel4);
5950Sstevel@tonic-gate         {
5960Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14};
5970Sstevel@tonic-gate             gbpanel4.set("rowHeights", _tmp);
5980Sstevel@tonic-gate         }
5990Sstevel@tonic-gate         gbpanel4.set("GBConstraints", new GBConstraints
6000Sstevel@tonic-gate 		     ("x=0;y=0;fill=both"));
6010Sstevel@tonic-gate         {
6020Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
6030Sstevel@tonic-gate 			  14, 14, 14, 14, 14, 14, 14};
6040Sstevel@tonic-gate             gbpanel4.set("columnWidths", _tmp);
6050Sstevel@tonic-gate         }
6060Sstevel@tonic-gate         gbpanel4.set("layoutName", "South");
6070Sstevel@tonic-gate         {
6080Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
6090Sstevel@tonic-gate             gbpanel4.set("rowWeights", _tmp);
6100Sstevel@tonic-gate         }
6110Sstevel@tonic-gate         {
6120Sstevel@tonic-gate             double _tmp[] = {1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
6130Sstevel@tonic-gate 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
6140Sstevel@tonic-gate 			     0.0};
6150Sstevel@tonic-gate             gbpanel4.set("columnWeights", _tmp);
6160Sstevel@tonic-gate         }
6170Sstevel@tonic-gate 
6180Sstevel@tonic-gate         gbpanel28 = new GBPanelShadow();
6190Sstevel@tonic-gate         gbpanel28.set("name", "gbpanel28");
6200Sstevel@tonic-gate         gbpanel4.add(gbpanel28);
6210Sstevel@tonic-gate         {
6220Sstevel@tonic-gate             int _tmp[] = {14};
6230Sstevel@tonic-gate             gbpanel28.set("rowHeights", _tmp);
6240Sstevel@tonic-gate         }
6250Sstevel@tonic-gate         gbpanel28.set("GBConstraints", new GBConstraints
6260Sstevel@tonic-gate 		      ("x=0;y=1;width=17;fill=both"));
6270Sstevel@tonic-gate         {
6280Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
6290Sstevel@tonic-gate 			  14, 14, 14};
6300Sstevel@tonic-gate             gbpanel28.set("columnWidths", _tmp);
6310Sstevel@tonic-gate         }
6320Sstevel@tonic-gate         {
6330Sstevel@tonic-gate             double _tmp[] = {0.0};
6340Sstevel@tonic-gate             gbpanel28.set("rowWeights", _tmp);
6350Sstevel@tonic-gate         }
6360Sstevel@tonic-gate         {
6370Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
6380Sstevel@tonic-gate 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
6390Sstevel@tonic-gate             gbpanel28.set("columnWeights", _tmp);
6400Sstevel@tonic-gate         }
6410Sstevel@tonic-gate 
6420Sstevel@tonic-gate         PrSearchLab = new LabelShadow();
6430Sstevel@tonic-gate         PrSearchLab.set("name", "PrSearchLab");
6440Sstevel@tonic-gate         gbpanel28.add(PrSearchLab);
6450Sstevel@tonic-gate         PrSearchLab.set("GBConstraints", new GBConstraints("x=0;y=0"));
6460Sstevel@tonic-gate         PrSearchLab.set("text", "Filter:");
6470Sstevel@tonic-gate         PrSearchLab.set("anchor",
6480Sstevel@tonic-gate 			new sunsoft.jws.visual.rt.type.AnchorEnum
6490Sstevel@tonic-gate 			("east"));
6500Sstevel@tonic-gate 
6510Sstevel@tonic-gate         PrListPattern = new TextFieldShadow();
6520Sstevel@tonic-gate         PrListPattern.set("name", "PrListPattern");
6530Sstevel@tonic-gate         gbpanel28.add(PrListPattern);
6540Sstevel@tonic-gate         PrListPattern.set("GBConstraints", new GBConstraints
6550Sstevel@tonic-gate 			  ("x=1;y=0;width=12;fill=horizontal"));
6560Sstevel@tonic-gate 
6570Sstevel@tonic-gate         PrListClear = new ButtonShadow();
6580Sstevel@tonic-gate         PrListClear.set("name", "PrListClear");
6590Sstevel@tonic-gate         gbpanel28.add(PrListClear);
6600Sstevel@tonic-gate         PrListClear.set("GBConstraints", new GBConstraints("x=13;y=0"));
6610Sstevel@tonic-gate         PrListClear.set("text", "Clear Filter");
6620Sstevel@tonic-gate 
6630Sstevel@tonic-gate         labelbar1 = new LabelBarShadow();
6640Sstevel@tonic-gate         labelbar1.set("name", "labelbar1");
6650Sstevel@tonic-gate         gbpanel4.add(labelbar1);
6660Sstevel@tonic-gate         labelbar1.set("GBConstraints", new GBConstraints
6670Sstevel@tonic-gate 		      ("x=0;y=3;width=17;fill=horizontal"));
6680Sstevel@tonic-gate 
6690Sstevel@tonic-gate         gbpanel20 = new GBPanelShadow();
6700Sstevel@tonic-gate         gbpanel20.set("name", "gbpanel20");
6710Sstevel@tonic-gate         gbpanel4.add(gbpanel20);
6720Sstevel@tonic-gate         {
6730Sstevel@tonic-gate             int _tmp[] = {14};
6740Sstevel@tonic-gate             gbpanel20.set("rowHeights", _tmp);
6750Sstevel@tonic-gate         }
6760Sstevel@tonic-gate         gbpanel20.set("GBConstraints", new GBConstraints
6770Sstevel@tonic-gate 		      ("x=0;y=5;width=17;fill=both"));
6780Sstevel@tonic-gate         {
6790Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14};
6800Sstevel@tonic-gate             gbpanel20.set("columnWidths", _tmp);
6810Sstevel@tonic-gate         }
6820Sstevel@tonic-gate         {
6830Sstevel@tonic-gate             double _tmp[] = {0.0};
6840Sstevel@tonic-gate             gbpanel20.set("rowWeights", _tmp);
6850Sstevel@tonic-gate         }
6860Sstevel@tonic-gate         {
6870Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
6880Sstevel@tonic-gate             gbpanel20.set("columnWeights", _tmp);
6890Sstevel@tonic-gate         }
6900Sstevel@tonic-gate 
6910Sstevel@tonic-gate         PrListModify = new ButtonShadow();
6920Sstevel@tonic-gate         PrListModify.set("name", "PrListModify");
6930Sstevel@tonic-gate         gbpanel20.add(PrListModify);
6940Sstevel@tonic-gate         PrListModify.set("GBConstraints", new GBConstraints("x=0;y=0"));
6950Sstevel@tonic-gate         PrListModify.set("text", "Modify");
6960Sstevel@tonic-gate 
6970Sstevel@tonic-gate         PrListAdd = new ButtonShadow();
6980Sstevel@tonic-gate         PrListAdd.set("name", "PrListAdd");
6990Sstevel@tonic-gate         gbpanel20.add(PrListAdd);
7000Sstevel@tonic-gate         PrListAdd.set("GBConstraints", new GBConstraints("x=2;y=0"));
7010Sstevel@tonic-gate         PrListAdd.set("text", "Create New");
7020Sstevel@tonic-gate 
7030Sstevel@tonic-gate         PrListDelete = new ButtonShadow();
7040Sstevel@tonic-gate         PrListDelete.set("name", "PrListDelete");
7050Sstevel@tonic-gate         gbpanel20.add(PrListDelete);
7060Sstevel@tonic-gate         PrListDelete.set("GBConstraints", new GBConstraints("x=4;y=0"));
7070Sstevel@tonic-gate         PrListDelete.set("text", "Delete");
7080Sstevel@tonic-gate 
7090Sstevel@tonic-gate         PrListDuplicate = new ButtonShadow();
7100Sstevel@tonic-gate         PrListDuplicate.set("name", "PrListDuplicate");
7110Sstevel@tonic-gate         gbpanel20.add(PrListDuplicate);
7120Sstevel@tonic-gate         PrListDuplicate.set("GBConstraints", new GBConstraints
7130Sstevel@tonic-gate 			    ("x=6;y=0"));
7140Sstevel@tonic-gate         PrListDuplicate.set("text", "Duplicate");
7150Sstevel@tonic-gate 
7160Sstevel@tonic-gate         gbpanel21 = new GBPanelShadow();
7170Sstevel@tonic-gate         gbpanel21.set("name", "gbpanel21");
7180Sstevel@tonic-gate         borderpanel1.add(gbpanel21);
7190Sstevel@tonic-gate         {
7200Sstevel@tonic-gate             int _tmp[] = {14};
7210Sstevel@tonic-gate             gbpanel21.set("rowHeights", _tmp);
7220Sstevel@tonic-gate         }
7230Sstevel@tonic-gate         gbpanel21.set("GBConstraints", new GBConstraints
7240Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
7250Sstevel@tonic-gate         {
7260Sstevel@tonic-gate             int _tmp[] = {14};
7270Sstevel@tonic-gate             gbpanel21.set("columnWidths", _tmp);
7280Sstevel@tonic-gate         }
7290Sstevel@tonic-gate         gbpanel21.set("layoutName", "East");
7300Sstevel@tonic-gate         {
7310Sstevel@tonic-gate             double _tmp[] = {1.0};
7320Sstevel@tonic-gate             gbpanel21.set("rowWeights", _tmp);
7330Sstevel@tonic-gate         }
7340Sstevel@tonic-gate         {
7350Sstevel@tonic-gate             double _tmp[] = {1.0};
7360Sstevel@tonic-gate             gbpanel21.set("columnWeights", _tmp);
7370Sstevel@tonic-gate         }
7380Sstevel@tonic-gate 
7390Sstevel@tonic-gate         gbpanel22 = new GBPanelShadow();
7400Sstevel@tonic-gate         gbpanel22.set("name", "gbpanel22");
7410Sstevel@tonic-gate         borderpanel1.add(gbpanel22);
7420Sstevel@tonic-gate         {
7430Sstevel@tonic-gate             int _tmp[] = {14};
7440Sstevel@tonic-gate             gbpanel22.set("rowHeights", _tmp);
7450Sstevel@tonic-gate         }
7460Sstevel@tonic-gate         gbpanel22.set("GBConstraints", new GBConstraints
7470Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
7480Sstevel@tonic-gate         {
7490Sstevel@tonic-gate             int _tmp[] = {14};
7500Sstevel@tonic-gate             gbpanel22.set("columnWidths", _tmp);
7510Sstevel@tonic-gate         }
7520Sstevel@tonic-gate         gbpanel22.set("layoutName", "Center");
7530Sstevel@tonic-gate         {
7540Sstevel@tonic-gate             double _tmp[] = {1.0};
7550Sstevel@tonic-gate             gbpanel22.set("rowWeights", _tmp);
7560Sstevel@tonic-gate         }
7570Sstevel@tonic-gate         {
7580Sstevel@tonic-gate             double _tmp[] = {1.0};
7590Sstevel@tonic-gate             gbpanel22.set("columnWeights", _tmp);
7600Sstevel@tonic-gate         }
7610Sstevel@tonic-gate 
7620Sstevel@tonic-gate         Prlist = new TextListShadow();
7630Sstevel@tonic-gate         Prlist.set("name", "Prlist");
7640Sstevel@tonic-gate         gbpanel22.add(Prlist);
7650Sstevel@tonic-gate         Prlist.set("items", convert("[Ljava.lang.String;", ""));
7660Sstevel@tonic-gate         Prlist.set("GBConstraints", new GBConstraints
7670Sstevel@tonic-gate 		   ("x=0;y=0;fill=both"));
7680Sstevel@tonic-gate         Prlist.set("allowMultipleSelections", Boolean.TRUE);
7690Sstevel@tonic-gate         Prlist.set("visibleRows", new Integer(15));
7700Sstevel@tonic-gate         Prlist.set("selectedItems",
7710Sstevel@tonic-gate 		   convert("[Ljava.lang.String;", ""));
7720Sstevel@tonic-gate 
7730Sstevel@tonic-gate         gbpanel5 = new GBPanelShadow();
7740Sstevel@tonic-gate         gbpanel5.set("name", "gbpanel5");
7750Sstevel@tonic-gate         cardpanel1.add(gbpanel5);
7760Sstevel@tonic-gate         {
7770Sstevel@tonic-gate             int _tmp[] = {14};
7780Sstevel@tonic-gate             gbpanel5.set("rowHeights", _tmp);
7790Sstevel@tonic-gate         }
7800Sstevel@tonic-gate         gbpanel5.set("GBConstraints", new GBConstraints
7810Sstevel@tonic-gate 		     ("x=0;y=0;fill=both"));
7820Sstevel@tonic-gate         {
7830Sstevel@tonic-gate             int _tmp[] = {14};
7840Sstevel@tonic-gate             gbpanel5.set("columnWidths", _tmp);
7850Sstevel@tonic-gate         }
7860Sstevel@tonic-gate         gbpanel5.set("layoutName", "Basics");
7870Sstevel@tonic-gate         gbpanel5.set("visible", Boolean.FALSE);
7880Sstevel@tonic-gate         {
7890Sstevel@tonic-gate             double _tmp[] = {0.0};
7900Sstevel@tonic-gate             gbpanel5.set("rowWeights", _tmp);
7910Sstevel@tonic-gate         }
7920Sstevel@tonic-gate         {
7930Sstevel@tonic-gate             double _tmp[] = {0.0};
7940Sstevel@tonic-gate             gbpanel5.set("columnWeights", _tmp);
7950Sstevel@tonic-gate         }
7960Sstevel@tonic-gate 
7970Sstevel@tonic-gate         gbpanel67 = new GBPanelShadow();
7980Sstevel@tonic-gate         gbpanel67.set("name", "gbpanel67");
7990Sstevel@tonic-gate         gbpanel5.add(gbpanel67);
8000Sstevel@tonic-gate         {
8010Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
8020Sstevel@tonic-gate 			  14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
8030Sstevel@tonic-gate 			  14, 14, 14, 14};
8040Sstevel@tonic-gate             gbpanel67.set("rowHeights", _tmp);
8050Sstevel@tonic-gate         }
8060Sstevel@tonic-gate         gbpanel67.set("GBConstraints", new GBConstraints
8070Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
8080Sstevel@tonic-gate         {
8090Sstevel@tonic-gate             int _tmp[] = {14, 14, 14};
8100Sstevel@tonic-gate             gbpanel67.set("columnWidths", _tmp);
8110Sstevel@tonic-gate         }
8120Sstevel@tonic-gate         gbpanel67.set("borderRelief",
8130Sstevel@tonic-gate 		      new sunsoft.jws.visual.rt.type.ReliefEnum
8140Sstevel@tonic-gate 		      ("raised"));
8150Sstevel@tonic-gate         {
8160Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
8170Sstevel@tonic-gate 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
8180Sstevel@tonic-gate 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
8190Sstevel@tonic-gate 			     0.0, 0.0};
8200Sstevel@tonic-gate             gbpanel67.set("rowWeights", _tmp);
8210Sstevel@tonic-gate         }
8220Sstevel@tonic-gate         {
8230Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0};
8240Sstevel@tonic-gate             gbpanel67.set("columnWeights", _tmp);
8250Sstevel@tonic-gate         }
8260Sstevel@tonic-gate 
8270Sstevel@tonic-gate         PrBasicLabel = new LabelShadow();
8280Sstevel@tonic-gate         PrBasicLabel.set("name", "PrBasicLabel");
8290Sstevel@tonic-gate         gbpanel67.add(PrBasicLabel);
8300Sstevel@tonic-gate         PrBasicLabel.set("GBConstraints", new GBConstraints
8310Sstevel@tonic-gate 			 ("x=0;y=1;width=3"));
8320Sstevel@tonic-gate         PrBasicLabel.set("text", "Principal Basics");
8330Sstevel@tonic-gate         PrBasicLabel.set("font", convert
8340Sstevel@tonic-gate 			 ("java.awt.Font",
8350Sstevel@tonic-gate 			  "name=Dialog;style=plain;size=16"));
8360Sstevel@tonic-gate 
8370Sstevel@tonic-gate         LabelBarGeneral = new LabelBarShadow();
8380Sstevel@tonic-gate         LabelBarGeneral.set("name", "LabelBarGeneral");
8390Sstevel@tonic-gate         gbpanel67.add(LabelBarGeneral);
8400Sstevel@tonic-gate         LabelBarGeneral.set("GBConstraints", new GBConstraints
8410Sstevel@tonic-gate 			    ("x=0;y=2;width=3;fill=horizontal"));
8420Sstevel@tonic-gate         LabelBarGeneral.set("text", "General");
8430Sstevel@tonic-gate         LabelBarGeneral.set("font",
8440Sstevel@tonic-gate 			    convert
8450Sstevel@tonic-gate 			    ("java.awt.Font",
8460Sstevel@tonic-gate 			     "name=Dialog;style=italic;size=12"));
8470Sstevel@tonic-gate 
8480Sstevel@tonic-gate         PrNameLabel1 = new LabelShadow();
8490Sstevel@tonic-gate         PrNameLabel1.set("name", "PrNameLabel1");
8500Sstevel@tonic-gate         gbpanel67.add(PrNameLabel1);
8510Sstevel@tonic-gate         PrNameLabel1.set("GBConstraints", new GBConstraints("x=0;y=4"));
8520Sstevel@tonic-gate         PrNameLabel1.set("text", "Principal Name:");
8530Sstevel@tonic-gate         PrNameLabel1.set("anchor",
8540Sstevel@tonic-gate 			 new sunsoft.jws.visual.rt.type.AnchorEnum
8550Sstevel@tonic-gate 			 ("east"));
8560Sstevel@tonic-gate 
8570Sstevel@tonic-gate         PrName1 = new TextFieldShadow();
8580Sstevel@tonic-gate         PrName1.set("name", "PrName1");
8590Sstevel@tonic-gate         gbpanel67.add(PrName1);
8600Sstevel@tonic-gate         PrName1.set("GBConstraints", new GBConstraints
8610Sstevel@tonic-gate 		    ("x=1;y=4;fill=horizontal"));
8620Sstevel@tonic-gate         PrName1.set("editable", Boolean.FALSE);
8630Sstevel@tonic-gate 
8640Sstevel@tonic-gate         PrPasswordLabel = new LabelShadow();
8650Sstevel@tonic-gate         PrPasswordLabel.set("name", "PrPasswordLabel");
8660Sstevel@tonic-gate         gbpanel67.add(PrPasswordLabel);
8670Sstevel@tonic-gate         PrPasswordLabel.set("GBConstraints",
8680Sstevel@tonic-gate 			    new GBConstraints("x=0;y=6"));
8690Sstevel@tonic-gate         PrPasswordLabel.set("text", "Password:");
8700Sstevel@tonic-gate         PrPasswordLabel.set("anchor",
8710Sstevel@tonic-gate 			    new sunsoft.jws.visual.rt.type.AnchorEnum
8720Sstevel@tonic-gate 			    ("east"));
8730Sstevel@tonic-gate 
8740Sstevel@tonic-gate         PrPassword = new TextFieldShadow();
8750Sstevel@tonic-gate         PrPassword.set("name", "PrPassword");
8760Sstevel@tonic-gate         gbpanel67.add(PrPassword);
8770Sstevel@tonic-gate         PrPassword.set("GBConstraints", new GBConstraints
8780Sstevel@tonic-gate 		       ("x=1;y=6;fill=horizontal"));
8790Sstevel@tonic-gate         PrPassword.set("echoCharacter", new Character('*'));
8800Sstevel@tonic-gate 
8810Sstevel@tonic-gate         PrBasicRandomPw = new ButtonShadow();
8820Sstevel@tonic-gate         PrBasicRandomPw.set("name", "PrBasicRandomPw");
8830Sstevel@tonic-gate         gbpanel67.add(PrBasicRandomPw);
8840Sstevel@tonic-gate         PrBasicRandomPw.set("GBConstraints", new GBConstraints
8850Sstevel@tonic-gate 			    ("x=1;y=8"));
8860Sstevel@tonic-gate         PrBasicRandomPw.set("text", "Generate Random Password");
8870Sstevel@tonic-gate         PrBasicRandomPw.set("anchor",
8880Sstevel@tonic-gate 			    new sunsoft.jws.visual.rt.type.AnchorEnum
8890Sstevel@tonic-gate 			    ("west"));
8900Sstevel@tonic-gate 
891*96Ssemery 	EncListLabel = new LabelShadow();
892*96Ssemery 	EncListLabel.set("name", "EncListLabel");
893*96Ssemery         gbpanel67.add(EncListLabel);
894*96Ssemery 	EncListLabel.set("GBConstraints", new GBConstraints("x=0;y=10"));
895*96Ssemery 	EncListLabel.set("text", "Encryption Key Types:");
896*96Ssemery 	EncListLabel.set("anchor",
897*96Ssemery 			new sunsoft.jws.visual.rt.type.AnchorEnum("east"));
898*96Ssemery 
899*96Ssemery         EncList = new TextFieldShadow();
900*96Ssemery         EncList.set("name", "EncList");
901*96Ssemery         gbpanel67.add(EncList);
902*96Ssemery         EncList.set("GBConstraints", new GBConstraints
903*96Ssemery 		     ("x=1;y=10;fill=horizontal"));
904*96Ssemery 
905*96Ssemery         EncListMoreButton = new ButtonShadow();
906*96Ssemery         EncListMoreButton.set("name", "EncListMoreButton");
907*96Ssemery         gbpanel67.add(EncListMoreButton);
908*96Ssemery         EncListMoreButton.set("GBConstraints", new GBConstraints
909*96Ssemery 			       ("x=2;y=10"));
910*96Ssemery         EncListMoreButton.set("standard", Boolean.FALSE);
911*96Ssemery         EncListMoreButton.set("text", "...");
912*96Ssemery 
9130Sstevel@tonic-gate         PrPolicyLabel = new LabelShadow();
9140Sstevel@tonic-gate         PrPolicyLabel.set("name", "PrPolicyLabel");
9150Sstevel@tonic-gate         gbpanel67.add(PrPolicyLabel);
9160Sstevel@tonic-gate         PrPolicyLabel.set("GBConstraints", new GBConstraints
917*96Ssemery 			  ("x=0;y=12"));
9180Sstevel@tonic-gate         PrPolicyLabel.set("text", "Policy:");
9190Sstevel@tonic-gate         PrPolicyLabel.set("anchor",
9200Sstevel@tonic-gate 			  new sunsoft.jws.visual.rt.type.AnchorEnum
9210Sstevel@tonic-gate 			  ("east"));
9220Sstevel@tonic-gate 
9230Sstevel@tonic-gate         PrPolicy = new ChoiceShadow();
9240Sstevel@tonic-gate         PrPolicy.set("name", "PrPolicy");
9250Sstevel@tonic-gate         gbpanel67.add(PrPolicy);
9260Sstevel@tonic-gate         PrPolicy.set("items", convert("[Ljava.lang.String;",
9270Sstevel@tonic-gate 				      "(no policy)"));
928*96Ssemery         PrPolicy.set("GBConstraints", new GBConstraints("x=1;y=12"));
9290Sstevel@tonic-gate         PrPolicy.set("anchor", new sunsoft.jws.visual.rt.type.AnchorEnum
9300Sstevel@tonic-gate 		     ("west"));
9310Sstevel@tonic-gate         PrPolicy.set("selectedItem", "(no policy)");
9320Sstevel@tonic-gate 
9330Sstevel@tonic-gate         PrExpiryLabel = new LabelShadow();
9340Sstevel@tonic-gate         PrExpiryLabel.set("name", "PrExpiryLabel");
9350Sstevel@tonic-gate         gbpanel67.add(PrExpiryLabel);
9360Sstevel@tonic-gate         PrExpiryLabel.set("GBConstraints", new GBConstraints
937*96Ssemery 			  ("x=0;y=14"));
9380Sstevel@tonic-gate         PrExpiryLabel.set("text", "Account Expires:");
9390Sstevel@tonic-gate         PrExpiryLabel.set("anchor",
9400Sstevel@tonic-gate 			  new sunsoft.jws.visual.rt.type.AnchorEnum
9410Sstevel@tonic-gate 			  ("east"));
9420Sstevel@tonic-gate 
9430Sstevel@tonic-gate         PrExpiry = new TextFieldShadow();
9440Sstevel@tonic-gate         PrExpiry.set("name", "PrExpiry");
9450Sstevel@tonic-gate         gbpanel67.add(PrExpiry);
9460Sstevel@tonic-gate         PrExpiry.set("GBConstraints", new GBConstraints
947*96Ssemery 		     ("x=1;y=14;fill=horizontal"));
9480Sstevel@tonic-gate 
9490Sstevel@tonic-gate         PrExpiryMoreButton = new ButtonShadow();
9500Sstevel@tonic-gate         PrExpiryMoreButton.set("name", "PrExpiryMoreButton");
9510Sstevel@tonic-gate         gbpanel67.add(PrExpiryMoreButton);
9520Sstevel@tonic-gate         PrExpiryMoreButton.set("GBConstraints", new GBConstraints
953*96Ssemery 			       ("x=2;y=14"));
9540Sstevel@tonic-gate         PrExpiryMoreButton.set("standard", Boolean.FALSE);
9550Sstevel@tonic-gate         PrExpiryMoreButton.set("text", "...");
9560Sstevel@tonic-gate 
9570Sstevel@tonic-gate         LabelBarPrincipal = new LabelBarShadow();
9580Sstevel@tonic-gate         LabelBarPrincipal.set("name", "LabelBarPrincipal");
9590Sstevel@tonic-gate         gbpanel67.add(LabelBarPrincipal);
9600Sstevel@tonic-gate         LabelBarPrincipal.set("GBConstraints", new GBConstraints
961*96Ssemery 			      ("x=0;y=16;width=3;fill=horizontal"));
9620Sstevel@tonic-gate         LabelBarPrincipal.set("text", "Admin History");
9630Sstevel@tonic-gate         LabelBarPrincipal.set("font", convert
9640Sstevel@tonic-gate 			      ("java.awt.Font",
9650Sstevel@tonic-gate 			       "name=Dialog;style=italic;size=12"));
9660Sstevel@tonic-gate 
9670Sstevel@tonic-gate         PrLastChangedTimeLabel = new LabelShadow();
9680Sstevel@tonic-gate         PrLastChangedTimeLabel.set("name", "PrLastChangedTimeLabel");
9690Sstevel@tonic-gate         gbpanel67.add(PrLastChangedTimeLabel);
9700Sstevel@tonic-gate         PrLastChangedTimeLabel.set("GBConstraints",
971*96Ssemery 				   new GBConstraints("x=0;y=18"));
9720Sstevel@tonic-gate         PrLastChangedTimeLabel.set("text", "Last Principal Change:");
9730Sstevel@tonic-gate         PrLastChangedTimeLabel.set
9740Sstevel@tonic-gate 	    ("anchor",
9750Sstevel@tonic-gate 	     new sunsoft.jws.visual.rt.type.AnchorEnum("east"));
9760Sstevel@tonic-gate 
9770Sstevel@tonic-gate         PrLastChangedTime = new LabelShadow();
9780Sstevel@tonic-gate         PrLastChangedTime.set("name", "PrLastChangedTime");
9790Sstevel@tonic-gate         gbpanel67.add(PrLastChangedTime);
9800Sstevel@tonic-gate         PrLastChangedTime.set("GBConstraints", new GBConstraints
981*96Ssemery 			      ("x=1;y=18"));
9820Sstevel@tonic-gate         PrLastChangedTime.set("text", "");
9830Sstevel@tonic-gate         PrLastChangedTime.set("alignment",
9840Sstevel@tonic-gate 			      new sunsoft.jws.visual.rt.type.AlignmentEnum
9850Sstevel@tonic-gate 			      ("left"));
9860Sstevel@tonic-gate         PrLastChangedTime.set("anchor",
9870Sstevel@tonic-gate 			      new sunsoft.jws.visual.rt.type.AnchorEnum
9880Sstevel@tonic-gate 			      ("west"));
9890Sstevel@tonic-gate 
9900Sstevel@tonic-gate         PrLastChangedByLabel = new LabelShadow();
9910Sstevel@tonic-gate         PrLastChangedByLabel.set("name", "PrLastChangedByLabel");
9920Sstevel@tonic-gate         gbpanel67.add(PrLastChangedByLabel);
9930Sstevel@tonic-gate         PrLastChangedByLabel.set("GBConstraints",
994*96Ssemery 				 new GBConstraints("x=0;y=20"));
9950Sstevel@tonic-gate         PrLastChangedByLabel.set("text", "Last Changed By:");
9960Sstevel@tonic-gate         PrLastChangedByLabel.set
9970Sstevel@tonic-gate 	    ("anchor",
9980Sstevel@tonic-gate 	     new sunsoft.jws.visual.rt.type.AnchorEnum("east"));
9990Sstevel@tonic-gate 
10000Sstevel@tonic-gate         PrLastChangedBy = new LabelShadow();
10010Sstevel@tonic-gate         PrLastChangedBy.set("name", "PrLastChangedBy");
10020Sstevel@tonic-gate         gbpanel67.add(PrLastChangedBy);
10030Sstevel@tonic-gate         PrLastChangedBy.set("GBConstraints", new GBConstraints
1004*96Ssemery 			    ("x=1;y=20"));
10050Sstevel@tonic-gate         PrLastChangedBy.set("text", "");
10060Sstevel@tonic-gate         PrLastChangedBy.set
10070Sstevel@tonic-gate 	    ("alignment",
10080Sstevel@tonic-gate 	     new sunsoft.jws.visual.rt.type.AlignmentEnum("left"));
10090Sstevel@tonic-gate         PrLastChangedBy.set("anchor",
10100Sstevel@tonic-gate 			    new sunsoft.jws.visual.rt.type.AnchorEnum
10110Sstevel@tonic-gate 			    ("west"));
10120Sstevel@tonic-gate 
10130Sstevel@tonic-gate         PrCommentsLabel = new LabelShadow();
10140Sstevel@tonic-gate         PrCommentsLabel.set("name", "PrCommentsLabel");
10150Sstevel@tonic-gate         gbpanel67.add(PrCommentsLabel);
10160Sstevel@tonic-gate         PrCommentsLabel.set("GBConstraints", new GBConstraints
1017*96Ssemery 			    ("x=0;y=22"));
10180Sstevel@tonic-gate         PrCommentsLabel.set("text", "Comments:");
10190Sstevel@tonic-gate         PrCommentsLabel.set("anchor",
10200Sstevel@tonic-gate 			    new sunsoft.jws.visual.rt.type.AnchorEnum
10210Sstevel@tonic-gate 			    ("east"));
10220Sstevel@tonic-gate 
10230Sstevel@tonic-gate         PrComments = new TextFieldShadow();
10240Sstevel@tonic-gate         PrComments.set("name", "PrComments");
10250Sstevel@tonic-gate         gbpanel67.add(PrComments);
10260Sstevel@tonic-gate         PrComments.set("GBConstraints", new GBConstraints
1027*96Ssemery 		       ("x=1;y=22;fill=horizontal"));
10280Sstevel@tonic-gate 
10290Sstevel@tonic-gate         labelbar20 = new LabelBarShadow();
10300Sstevel@tonic-gate         labelbar20.set("name", "labelbar20");
10310Sstevel@tonic-gate         gbpanel67.add(labelbar20);
10320Sstevel@tonic-gate         labelbar20.set("GBConstraints", new GBConstraints
1033*96Ssemery 		       ("x=0;y=24;width=3;fill=horizontal"));
10340Sstevel@tonic-gate 
10350Sstevel@tonic-gate         gbpanel11 = new GBPanelShadow();
10360Sstevel@tonic-gate         gbpanel11.set("name", "gbpanel11");
10370Sstevel@tonic-gate         gbpanel67.add(gbpanel11);
10380Sstevel@tonic-gate         {
10390Sstevel@tonic-gate             int _tmp[] = {14};
10400Sstevel@tonic-gate             gbpanel11.set("rowHeights", _tmp);
10410Sstevel@tonic-gate         }
10420Sstevel@tonic-gate         gbpanel11.set("GBConstraints", new GBConstraints
1043*96Ssemery 		      ("x=0;y=26;width=3;fill=both"));
10440Sstevel@tonic-gate         {
10450Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14};
10460Sstevel@tonic-gate             gbpanel11.set("columnWidths", _tmp);
10470Sstevel@tonic-gate         }
10480Sstevel@tonic-gate         {
10490Sstevel@tonic-gate             double _tmp[] = {0.0};
10500Sstevel@tonic-gate             gbpanel11.set("rowWeights", _tmp);
10510Sstevel@tonic-gate         }
10520Sstevel@tonic-gate         {
10530Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
10540Sstevel@tonic-gate             gbpanel11.set("columnWeights", _tmp);
10550Sstevel@tonic-gate         }
10560Sstevel@tonic-gate 
10570Sstevel@tonic-gate         PrBasicSave = new ButtonShadow();
10580Sstevel@tonic-gate         PrBasicSave.set("name", "PrBasicSave");
10590Sstevel@tonic-gate         gbpanel11.add(PrBasicSave);
10600Sstevel@tonic-gate         PrBasicSave.set("GBConstraints", new GBConstraints("x=0;y=0"));
10610Sstevel@tonic-gate         PrBasicSave.set("text", "Save");
10620Sstevel@tonic-gate 
10630Sstevel@tonic-gate         PrBasicPrevious = new ButtonShadow();
10640Sstevel@tonic-gate         PrBasicPrevious.set("name", "PrBasicPrevious");
10650Sstevel@tonic-gate         gbpanel11.add(PrBasicPrevious);
10660Sstevel@tonic-gate         PrBasicPrevious.set("GBConstraints", new GBConstraints
10670Sstevel@tonic-gate 			    ("x=2;y=0"));
10680Sstevel@tonic-gate         PrBasicPrevious.set("text", "Previous");
10690Sstevel@tonic-gate 
10700Sstevel@tonic-gate         PrBasicNext = new ButtonShadow();
10710Sstevel@tonic-gate         PrBasicNext.set("name", "PrBasicNext");
10720Sstevel@tonic-gate         gbpanel11.add(PrBasicNext);
10730Sstevel@tonic-gate         PrBasicNext.set("GBConstraints", new GBConstraints("x=4;y=0"));
10740Sstevel@tonic-gate         PrBasicNext.set("text", "Next");
10750Sstevel@tonic-gate 
10760Sstevel@tonic-gate         PrBasicCancel = new ButtonShadow();
10770Sstevel@tonic-gate         PrBasicCancel.set("name", "PrBasicCancel");
10780Sstevel@tonic-gate         gbpanel11.add(PrBasicCancel);
10790Sstevel@tonic-gate         PrBasicCancel.set("GBConstraints", new GBConstraints
10800Sstevel@tonic-gate 			  ("x=6;y=0"));
10810Sstevel@tonic-gate         PrBasicCancel.set("text", "Cancel");
10820Sstevel@tonic-gate 
10830Sstevel@tonic-gate         gbpanel6 = new GBPanelShadow();
10840Sstevel@tonic-gate         gbpanel6.set("name", "gbpanel6");
10850Sstevel@tonic-gate         cardpanel1.add(gbpanel6);
10860Sstevel@tonic-gate         {
10870Sstevel@tonic-gate             int _tmp[] = {14};
10880Sstevel@tonic-gate             gbpanel6.set("rowHeights", _tmp);
10890Sstevel@tonic-gate         }
10900Sstevel@tonic-gate         gbpanel6.set("GBConstraints", new GBConstraints
10910Sstevel@tonic-gate 		     ("x=0;y=0;fill=both"));
10920Sstevel@tonic-gate         {
10930Sstevel@tonic-gate             int _tmp[] = {14};
10940Sstevel@tonic-gate             gbpanel6.set("columnWidths", _tmp);
10950Sstevel@tonic-gate         }
10960Sstevel@tonic-gate         gbpanel6.set("layoutName", "Details");
10970Sstevel@tonic-gate         gbpanel6.set("visible", Boolean.FALSE);
10980Sstevel@tonic-gate         {
10990Sstevel@tonic-gate             double _tmp[] = {0.0};
11000Sstevel@tonic-gate             gbpanel6.set("rowWeights", _tmp);
11010Sstevel@tonic-gate         }
11020Sstevel@tonic-gate         {
11030Sstevel@tonic-gate             double _tmp[] = {0.0};
11040Sstevel@tonic-gate             gbpanel6.set("columnWeights", _tmp);
11050Sstevel@tonic-gate         }
11060Sstevel@tonic-gate 
11070Sstevel@tonic-gate         gbpanel73 = new GBPanelShadow();
11080Sstevel@tonic-gate         gbpanel73.set("name", "gbpanel73");
11090Sstevel@tonic-gate         gbpanel6.add(gbpanel73);
11100Sstevel@tonic-gate         {
11110Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
11120Sstevel@tonic-gate 			  14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
11130Sstevel@tonic-gate 			  14, 14, 14, 14, 14};
11140Sstevel@tonic-gate             gbpanel73.set("rowHeights", _tmp);
11150Sstevel@tonic-gate         }
11160Sstevel@tonic-gate         gbpanel73.set("GBConstraints", new GBConstraints
11170Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
11180Sstevel@tonic-gate         {
11190Sstevel@tonic-gate             int _tmp[] = {14, 174, 14};
11200Sstevel@tonic-gate             gbpanel73.set("columnWidths", _tmp);
11210Sstevel@tonic-gate         }
11220Sstevel@tonic-gate         gbpanel73.set("borderRelief",
11230Sstevel@tonic-gate 		      new sunsoft.jws.visual.rt.type.ReliefEnum
11240Sstevel@tonic-gate 		      ("raised"));
11250Sstevel@tonic-gate         {
11260Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
11270Sstevel@tonic-gate 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
11280Sstevel@tonic-gate 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
11290Sstevel@tonic-gate 			     0.0, 0.0, 0.0};
11300Sstevel@tonic-gate             gbpanel73.set("rowWeights", _tmp);
11310Sstevel@tonic-gate         }
11320Sstevel@tonic-gate         {
11330Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0};
11340Sstevel@tonic-gate             gbpanel73.set("columnWeights", _tmp);
11350Sstevel@tonic-gate         }
11360Sstevel@tonic-gate 
11370Sstevel@tonic-gate         PrDetailLabel = new LabelShadow();
11380Sstevel@tonic-gate         PrDetailLabel.set("name", "PrDetailLabel");
11390Sstevel@tonic-gate         gbpanel73.add(PrDetailLabel);
11400Sstevel@tonic-gate         PrDetailLabel.set("GBConstraints", new GBConstraints
11410Sstevel@tonic-gate 			  ("x=0;y=1;width=3"));
11420Sstevel@tonic-gate         PrDetailLabel.set("text", "Principal Details");
11430Sstevel@tonic-gate         PrDetailLabel.set("font", convert
11440Sstevel@tonic-gate 			  ("java.awt.Font",
11450Sstevel@tonic-gate 			   "name=Dialog;style=plain;size=16"));
11460Sstevel@tonic-gate 
11470Sstevel@tonic-gate         PrName2 = new LabelShadow();
11480Sstevel@tonic-gate         PrName2.set("name", "PrName2");
11490Sstevel@tonic-gate         gbpanel73.add(PrName2);
11500Sstevel@tonic-gate         PrName2.set("GBConstraints", new GBConstraints
11510Sstevel@tonic-gate 		    ("x=0;y=2;width=3;ipadx=188"));
11520Sstevel@tonic-gate         PrName2.set("text", "");
11530Sstevel@tonic-gate         PrName2.set("font", convert
11540Sstevel@tonic-gate 		    ("java.awt.Font",
11550Sstevel@tonic-gate 		     "name=Dialog;style=plain;size=14"));
11560Sstevel@tonic-gate 
11570Sstevel@tonic-gate         LabelBarPassword = new LabelBarShadow();
11580Sstevel@tonic-gate         LabelBarPassword.set("name", "LabelBarPassword");
11590Sstevel@tonic-gate         gbpanel73.add(LabelBarPassword);
11600Sstevel@tonic-gate         LabelBarPassword.set("GBConstraints", new GBConstraints
11610Sstevel@tonic-gate 			     ("x=0;y=3;width=3;fill=horizontal"));
11620Sstevel@tonic-gate         LabelBarPassword.set("text", "Password");
11630Sstevel@tonic-gate         LabelBarPassword.set("font", convert
11640Sstevel@tonic-gate 			     ("java.awt.Font",
11650Sstevel@tonic-gate 			      "name=Dialog;style=italic;size=12"));
11660Sstevel@tonic-gate 
11670Sstevel@tonic-gate         PrLastSuccessLabel = new LabelShadow();
11680Sstevel@tonic-gate         PrLastSuccessLabel.set("name", "PrLastSuccessLabel");
11690Sstevel@tonic-gate         gbpanel73.add(PrLastSuccessLabel);
11700Sstevel@tonic-gate         PrLastSuccessLabel.set("GBConstraints", new GBConstraints
11710Sstevel@tonic-gate 			       ("x=0;y=5"));
11720Sstevel@tonic-gate         PrLastSuccessLabel.set("text", "Last Success:");
11730Sstevel@tonic-gate         PrLastSuccessLabel.set("anchor",
11740Sstevel@tonic-gate 			       new sunsoft.jws.visual.rt.type.AnchorEnum
11750Sstevel@tonic-gate 			       ("east"));
11760Sstevel@tonic-gate 
11770Sstevel@tonic-gate         PrLastSuccess = new LabelShadow();
11780Sstevel@tonic-gate         PrLastSuccess.set("name", "PrLastSuccess");
11790Sstevel@tonic-gate         gbpanel73.add(PrLastSuccess);
11800Sstevel@tonic-gate         PrLastSuccess.set("GBConstraints", new GBConstraints
11810Sstevel@tonic-gate 			  ("x=1;y=5"));
11820Sstevel@tonic-gate         PrLastSuccess.set("text", "");
11830Sstevel@tonic-gate         PrLastSuccess.set("alignment",
11840Sstevel@tonic-gate 			  new sunsoft.jws.visual.rt.type.AlignmentEnum
11850Sstevel@tonic-gate 			  ("left"));
11860Sstevel@tonic-gate         PrLastSuccess.set("anchor",
11870Sstevel@tonic-gate 			  new sunsoft.jws.visual.rt.type.AnchorEnum
11880Sstevel@tonic-gate 			  ("west"));
11890Sstevel@tonic-gate 
11900Sstevel@tonic-gate         PrLastFailureLabel = new LabelShadow();
11910Sstevel@tonic-gate         PrLastFailureLabel.set("name", "PrLastFailureLabel");
11920Sstevel@tonic-gate         gbpanel73.add(PrLastFailureLabel);
11930Sstevel@tonic-gate         PrLastFailureLabel.set("GBConstraints", new GBConstraints
11940Sstevel@tonic-gate 			       ("x=0;y=7"));
11950Sstevel@tonic-gate         PrLastFailureLabel.set("text", "Last Failure:");
11960Sstevel@tonic-gate         PrLastFailureLabel.set("anchor",
11970Sstevel@tonic-gate 			       new sunsoft.jws.visual.rt.type.AnchorEnum
11980Sstevel@tonic-gate 			       ("east"));
11990Sstevel@tonic-gate 
12000Sstevel@tonic-gate         PrLastFailure = new LabelShadow();
12010Sstevel@tonic-gate         PrLastFailure.set("name", "PrLastFailure");
12020Sstevel@tonic-gate         gbpanel73.add(PrLastFailure);
12030Sstevel@tonic-gate         PrLastFailure.set("GBConstraints", new GBConstraints
12040Sstevel@tonic-gate 			  ("x=1;y=7"));
12050Sstevel@tonic-gate         PrLastFailure.set("text", "");
12060Sstevel@tonic-gate         PrLastFailure.set("alignment",
12070Sstevel@tonic-gate 			  new sunsoft.jws.visual.rt.type.AlignmentEnum
12080Sstevel@tonic-gate 			  ("left"));
12090Sstevel@tonic-gate         PrLastFailure.set("anchor",
12100Sstevel@tonic-gate 			  new sunsoft.jws.visual.rt.type.AnchorEnum
12110Sstevel@tonic-gate 			  ("west"));
12120Sstevel@tonic-gate 
12130Sstevel@tonic-gate         PrFailureCountLabel = new LabelShadow();
12140Sstevel@tonic-gate         PrFailureCountLabel.set("name", "PrFailureCountLabel");
12150Sstevel@tonic-gate         gbpanel73.add(PrFailureCountLabel);
12160Sstevel@tonic-gate         PrFailureCountLabel.set("GBConstraints", new GBConstraints
12170Sstevel@tonic-gate 				("x=0;y=9"));
12180Sstevel@tonic-gate         PrFailureCountLabel.set("text", "Failure Count:");
12190Sstevel@tonic-gate         PrFailureCountLabel.set
12200Sstevel@tonic-gate 	    ("anchor",
12210Sstevel@tonic-gate 	     new sunsoft.jws.visual.rt.type.AnchorEnum("east"));
12220Sstevel@tonic-gate 
12230Sstevel@tonic-gate         PrFailCount = new LabelShadow();
12240Sstevel@tonic-gate         PrFailCount.set("name", "PrFailCount");
12250Sstevel@tonic-gate         gbpanel73.add(PrFailCount);
12260Sstevel@tonic-gate         PrFailCount.set("GBConstraints", new GBConstraints("x=1;y=9"));
12270Sstevel@tonic-gate         PrFailCount.set("text", "");
12280Sstevel@tonic-gate         PrFailCount.set("alignment",
12290Sstevel@tonic-gate 			new sunsoft.jws.visual.rt.type.AlignmentEnum
12300Sstevel@tonic-gate 			("left"));
12310Sstevel@tonic-gate         PrFailCount.set("anchor",
12320Sstevel@tonic-gate 			new sunsoft.jws.visual.rt.type.AnchorEnum
12330Sstevel@tonic-gate 			("west"));
12340Sstevel@tonic-gate 
12350Sstevel@tonic-gate         PrPwLastChangedLabel = new LabelShadow();
12360Sstevel@tonic-gate         PrPwLastChangedLabel.set("name", "PrPwLastChangedLabel");
12370Sstevel@tonic-gate         gbpanel73.add(PrPwLastChangedLabel);
12380Sstevel@tonic-gate         PrPwLastChangedLabel.set("GBConstraints", new GBConstraints
12390Sstevel@tonic-gate 				 ("x=0;y=11"));
12400Sstevel@tonic-gate         PrPwLastChangedLabel.set("text", "Last Password Change:");
12410Sstevel@tonic-gate         PrPwLastChangedLabel.set
12420Sstevel@tonic-gate 	    ("anchor",
12430Sstevel@tonic-gate 	     new sunsoft.jws.visual.rt.type.AnchorEnum("east"));
12440Sstevel@tonic-gate 
12450Sstevel@tonic-gate         PrLastPwChange = new LabelShadow();
12460Sstevel@tonic-gate         PrLastPwChange.set("name", "PrLastPwChange");
12470Sstevel@tonic-gate         gbpanel73.add(PrLastPwChange);
12480Sstevel@tonic-gate         PrLastPwChange.set("GBConstraints", new GBConstraints
12490Sstevel@tonic-gate 			   ("x=1;y=11"));
12500Sstevel@tonic-gate         PrLastPwChange.set("text", "");
12510Sstevel@tonic-gate         PrLastPwChange.set("alignment",
12520Sstevel@tonic-gate 			   new sunsoft.jws.visual.rt.type.AlignmentEnum
12530Sstevel@tonic-gate 			   ("left"));
12540Sstevel@tonic-gate         PrLastPwChange.set("anchor",
12550Sstevel@tonic-gate 			   new sunsoft.jws.visual.rt.type.AnchorEnum
12560Sstevel@tonic-gate 			   ("west"));
12570Sstevel@tonic-gate 
12580Sstevel@tonic-gate         PrPwExpiryLabel = new LabelShadow();
12590Sstevel@tonic-gate         PrPwExpiryLabel.set("name", "PrPwExpiryLabel");
12600Sstevel@tonic-gate         gbpanel73.add(PrPwExpiryLabel);
12610Sstevel@tonic-gate         PrPwExpiryLabel.set("GBConstraints", new GBConstraints
12620Sstevel@tonic-gate 			    ("x=0;y=13"));
12630Sstevel@tonic-gate         PrPwExpiryLabel.set("text", "Password Expires:");
12640Sstevel@tonic-gate         PrPwExpiryLabel.set("anchor",
12650Sstevel@tonic-gate 			    new sunsoft.jws.visual.rt.type.AnchorEnum
12660Sstevel@tonic-gate 			    ("east"));
12670Sstevel@tonic-gate 
12680Sstevel@tonic-gate         PrPwExpiry = new TextFieldShadow();
12690Sstevel@tonic-gate         PrPwExpiry.set("name", "PrPwExpiry");
12700Sstevel@tonic-gate         gbpanel73.add(PrPwExpiry);
12710Sstevel@tonic-gate         PrPwExpiry.set("GBConstraints", new GBConstraints
12720Sstevel@tonic-gate 		       ("x=1;y=13;fill=horizontal"));
12730Sstevel@tonic-gate 
12740Sstevel@tonic-gate         PrPwExpiryMoreButton = new ButtonShadow();
12750Sstevel@tonic-gate         PrPwExpiryMoreButton.set("name", "PrPwExpiryMoreButton");
12760Sstevel@tonic-gate         gbpanel73.add(PrPwExpiryMoreButton);
12770Sstevel@tonic-gate         PrPwExpiryMoreButton.set("GBConstraints", new GBConstraints
12780Sstevel@tonic-gate 				 ("x=2;y=13"));
12790Sstevel@tonic-gate         PrPwExpiryMoreButton.set("standard", Boolean.FALSE);
12800Sstevel@tonic-gate         PrPwExpiryMoreButton.set("text", "...");
12810Sstevel@tonic-gate 
12820Sstevel@tonic-gate         PrKvnoLabel = new LabelShadow();
12830Sstevel@tonic-gate         PrKvnoLabel.set("name", "PrKvnoLabel");
12840Sstevel@tonic-gate         gbpanel73.add(PrKvnoLabel);
12850Sstevel@tonic-gate         PrKvnoLabel.set("GBConstraints", new GBConstraints("x=0;y=15"));
12860Sstevel@tonic-gate         PrKvnoLabel.set("text", "Key Version:");
12870Sstevel@tonic-gate         PrKvnoLabel.set("anchor",
12880Sstevel@tonic-gate 			new sunsoft.jws.visual.rt.type.AnchorEnum
12890Sstevel@tonic-gate 			("east"));
12900Sstevel@tonic-gate 
12910Sstevel@tonic-gate         PrKvno = new TextFieldShadow();
12920Sstevel@tonic-gate         PrKvno.set("name", "PrKvno");
12930Sstevel@tonic-gate         gbpanel73.add(PrKvno);
12940Sstevel@tonic-gate         PrKvno.set("GBConstraints",
12950Sstevel@tonic-gate 		   new GBConstraints("x=1;y=15;fill=horizontal"));
12960Sstevel@tonic-gate 
12970Sstevel@tonic-gate         LabelBarTicket = new LabelBarShadow();
12980Sstevel@tonic-gate         LabelBarTicket.set("name", "LabelBarTicket");
12990Sstevel@tonic-gate         gbpanel73.add(LabelBarTicket);
13000Sstevel@tonic-gate         LabelBarTicket.set("GBConstraints", new GBConstraints
13010Sstevel@tonic-gate 			   ("x=0;y=17;width=3;fill=horizontal"));
13020Sstevel@tonic-gate         LabelBarTicket.set("text", "Ticket Lifetimes");
13030Sstevel@tonic-gate         LabelBarTicket.set("font", convert
13040Sstevel@tonic-gate 			   ("java.awt.Font",
13050Sstevel@tonic-gate 			    "name=Dialog;style=italic;size=12"));
13060Sstevel@tonic-gate 
13070Sstevel@tonic-gate         PrMaxTicketLifetimeLabel = new LabelShadow();
13080Sstevel@tonic-gate         PrMaxTicketLifetimeLabel.set("name",
13090Sstevel@tonic-gate 				     "PrMaxTicketLifetimeLabel");
13100Sstevel@tonic-gate         gbpanel73.add(PrMaxTicketLifetimeLabel);
13110Sstevel@tonic-gate         PrMaxTicketLifetimeLabel.set("GBConstraints", new GBConstraints
13120Sstevel@tonic-gate 				     ("x=0;y=19"));
13130Sstevel@tonic-gate         PrMaxTicketLifetimeLabel.set("text",
13140Sstevel@tonic-gate 				     "Maximum Lifetime (seconds):");
13150Sstevel@tonic-gate         PrMaxTicketLifetimeLabel.set
13160Sstevel@tonic-gate 	    ("anchor",
13170Sstevel@tonic-gate 	     new sunsoft.jws.visual.rt.type.AnchorEnum("east"));
13180Sstevel@tonic-gate 
13190Sstevel@tonic-gate         PrMaxLifetime = new TextFieldShadow();
13200Sstevel@tonic-gate         PrMaxLifetime.set("name", "PrMaxLifetime");
13210Sstevel@tonic-gate         gbpanel73.add(PrMaxLifetime);
13220Sstevel@tonic-gate         PrMaxLifetime.set("GBConstraints", new GBConstraints
13230Sstevel@tonic-gate 			  ("x=1;y=19;fill=horizontal"));
13240Sstevel@tonic-gate 
13250Sstevel@tonic-gate         PrMaxLifetimeMoreButton = new ButtonShadow();
13260Sstevel@tonic-gate         PrMaxLifetimeMoreButton.set("name",
13270Sstevel@tonic-gate 				    "PrMaxLifetimeMoreButton");
13280Sstevel@tonic-gate         gbpanel73.add(PrMaxLifetimeMoreButton);
13290Sstevel@tonic-gate         PrMaxLifetimeMoreButton.set("GBConstraints",
13300Sstevel@tonic-gate 				    new GBConstraints("x=2;y=19"));
13310Sstevel@tonic-gate         PrMaxLifetimeMoreButton.set("standard", Boolean.FALSE);
13320Sstevel@tonic-gate         PrMaxLifetimeMoreButton.set("text", "...");
13330Sstevel@tonic-gate 
13340Sstevel@tonic-gate         PrMaxTicketRenewalLabel = new LabelShadow();
13350Sstevel@tonic-gate         PrMaxTicketRenewalLabel.set("name", "PrMaxTicketRenewalLabel");
13360Sstevel@tonic-gate         gbpanel73.add(PrMaxTicketRenewalLabel);
13370Sstevel@tonic-gate         PrMaxTicketRenewalLabel.set("GBConstraints", new GBConstraints
13380Sstevel@tonic-gate 				    ("x=0;y=21"));
13390Sstevel@tonic-gate         PrMaxTicketRenewalLabel.set("text",
13400Sstevel@tonic-gate 				    "Maximum Renewal (seconds):");
13410Sstevel@tonic-gate         PrMaxTicketRenewalLabel.set
13420Sstevel@tonic-gate 	    ("anchor",
13430Sstevel@tonic-gate 	     new sunsoft.jws.visual.rt.type.AnchorEnum("east"));
13440Sstevel@tonic-gate 
13450Sstevel@tonic-gate         PrMaxRenewal = new TextFieldShadow();
13460Sstevel@tonic-gate         PrMaxRenewal.set("name", "PrMaxRenewal");
13470Sstevel@tonic-gate         gbpanel73.add(PrMaxRenewal);
13480Sstevel@tonic-gate         PrMaxRenewal.set("GBConstraints", new GBConstraints
13490Sstevel@tonic-gate 			 ("x=1;y=21;fill=horizontal"));
13500Sstevel@tonic-gate 
13510Sstevel@tonic-gate         PrMaxRenewalMoreButton = new ButtonShadow();
13520Sstevel@tonic-gate         PrMaxRenewalMoreButton.set("name", "PrMaxRenewalMoreButton");
13530Sstevel@tonic-gate         gbpanel73.add(PrMaxRenewalMoreButton);
13540Sstevel@tonic-gate         PrMaxRenewalMoreButton.set("GBConstraints", new GBConstraints
13550Sstevel@tonic-gate 				   ("x=2;y=21"));
13560Sstevel@tonic-gate         PrMaxRenewalMoreButton.set("standard", Boolean.FALSE);
13570Sstevel@tonic-gate         PrMaxRenewalMoreButton.set("text", "...");
13580Sstevel@tonic-gate 
13590Sstevel@tonic-gate         labelbar21 = new LabelBarShadow();
13600Sstevel@tonic-gate         labelbar21.set("name", "labelbar21");
13610Sstevel@tonic-gate         gbpanel73.add(labelbar21);
13620Sstevel@tonic-gate         labelbar21.set("GBConstraints", new GBConstraints
13630Sstevel@tonic-gate 		       ("x=0;y=23;width=3;fill=horizontal"));
13640Sstevel@tonic-gate 
13650Sstevel@tonic-gate         gbpanel17 = new GBPanelShadow();
13660Sstevel@tonic-gate         gbpanel17.set("name", "gbpanel17");
13670Sstevel@tonic-gate         gbpanel73.add(gbpanel17);
13680Sstevel@tonic-gate         {
13690Sstevel@tonic-gate             int _tmp[] = {14};
13700Sstevel@tonic-gate             gbpanel17.set("rowHeights", _tmp);
13710Sstevel@tonic-gate         }
13720Sstevel@tonic-gate         gbpanel17.set("GBConstraints", new GBConstraints
13730Sstevel@tonic-gate 		      ("x=0;y=25;width=3;fill=both"));
13740Sstevel@tonic-gate         {
13750Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14};
13760Sstevel@tonic-gate             gbpanel17.set("columnWidths", _tmp);
13770Sstevel@tonic-gate         }
13780Sstevel@tonic-gate         {
13790Sstevel@tonic-gate             double _tmp[] = {0.0};
13800Sstevel@tonic-gate             gbpanel17.set("rowWeights", _tmp);
13810Sstevel@tonic-gate         }
13820Sstevel@tonic-gate         {
13830Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
13840Sstevel@tonic-gate             gbpanel17.set("columnWeights", _tmp);
13850Sstevel@tonic-gate         }
13860Sstevel@tonic-gate 
13870Sstevel@tonic-gate         PrDetailSave = new ButtonShadow();
13880Sstevel@tonic-gate         PrDetailSave.set("name", "PrDetailSave");
13890Sstevel@tonic-gate         gbpanel17.add(PrDetailSave);
13900Sstevel@tonic-gate         PrDetailSave.set("GBConstraints", new GBConstraints
13910Sstevel@tonic-gate 			 ("x=0;y=0"));
13920Sstevel@tonic-gate         PrDetailSave.set("text", "Save");
13930Sstevel@tonic-gate 
13940Sstevel@tonic-gate         PrDetailPrevious = new ButtonShadow();
13950Sstevel@tonic-gate         PrDetailPrevious.set("name", "PrDetailPrevious");
13960Sstevel@tonic-gate         gbpanel17.add(PrDetailPrevious);
13970Sstevel@tonic-gate         PrDetailPrevious.set("GBConstraints", new GBConstraints
13980Sstevel@tonic-gate 			     ("x=2;y=0"));
13990Sstevel@tonic-gate         PrDetailPrevious.set("text", "Previous");
14000Sstevel@tonic-gate 
14010Sstevel@tonic-gate         PrDetailNext = new ButtonShadow();
14020Sstevel@tonic-gate         PrDetailNext.set("name", "PrDetailNext");
14030Sstevel@tonic-gate         gbpanel17.add(PrDetailNext);
14040Sstevel@tonic-gate         PrDetailNext.set("GBConstraints", new GBConstraints("x=4;y=0"));
14050Sstevel@tonic-gate         PrDetailNext.set("text", "Next");
14060Sstevel@tonic-gate 
14070Sstevel@tonic-gate         PrDetailCancel = new ButtonShadow();
14080Sstevel@tonic-gate         PrDetailCancel.set("name", "PrDetailCancel");
14090Sstevel@tonic-gate         gbpanel17.add(PrDetailCancel);
14100Sstevel@tonic-gate         PrDetailCancel.set("GBConstraints", new GBConstraints
14110Sstevel@tonic-gate 			   ("x=6;y=0"));
14120Sstevel@tonic-gate         PrDetailCancel.set("text", "Cancel");
14130Sstevel@tonic-gate 
14140Sstevel@tonic-gate         gbpanel8 = new GBPanelShadow();
14150Sstevel@tonic-gate         gbpanel8.set("name", "gbpanel8");
14160Sstevel@tonic-gate         cardpanel1.add(gbpanel8);
14170Sstevel@tonic-gate         {
14180Sstevel@tonic-gate             int _tmp[] = {14};
14190Sstevel@tonic-gate             gbpanel8.set("rowHeights", _tmp);
14200Sstevel@tonic-gate         }
14210Sstevel@tonic-gate         gbpanel8.set("GBConstraints", new GBConstraints
14220Sstevel@tonic-gate 		     ("x=0;y=0;fill=both"));
14230Sstevel@tonic-gate         {
14240Sstevel@tonic-gate             int _tmp[] = {14};
14250Sstevel@tonic-gate             gbpanel8.set("columnWidths", _tmp);
14260Sstevel@tonic-gate         }
14270Sstevel@tonic-gate         gbpanel8.set("layoutName", "Flags");
14280Sstevel@tonic-gate         gbpanel8.set("visible", Boolean.FALSE);
14290Sstevel@tonic-gate         {
14300Sstevel@tonic-gate             double _tmp[] = {0.0};
14310Sstevel@tonic-gate             gbpanel8.set("rowWeights", _tmp);
14320Sstevel@tonic-gate         }
14330Sstevel@tonic-gate         {
14340Sstevel@tonic-gate             double _tmp[] = {0.0};
14350Sstevel@tonic-gate             gbpanel8.set("columnWeights", _tmp);
14360Sstevel@tonic-gate         }
14370Sstevel@tonic-gate 
14380Sstevel@tonic-gate         gbpanel90 = new GBPanelShadow();
14390Sstevel@tonic-gate         gbpanel90.set("name", "gbpanel90");
14400Sstevel@tonic-gate         gbpanel8.add(gbpanel90);
14410Sstevel@tonic-gate         {
14420Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
14430Sstevel@tonic-gate 			  14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
14440Sstevel@tonic-gate 			  14, 14, 14};
14450Sstevel@tonic-gate             gbpanel90.set("rowHeights", _tmp);
14460Sstevel@tonic-gate         }
14470Sstevel@tonic-gate         gbpanel90.set("GBConstraints", new GBConstraints
14480Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
14490Sstevel@tonic-gate         {
14500Sstevel@tonic-gate             int _tmp[] = {14, 14};
14510Sstevel@tonic-gate             gbpanel90.set("columnWidths", _tmp);
14520Sstevel@tonic-gate         }
14530Sstevel@tonic-gate         gbpanel90.set("borderRelief",
14540Sstevel@tonic-gate 		      new sunsoft.jws.visual.rt.type.ReliefEnum
14550Sstevel@tonic-gate 		      ("raised"));
14560Sstevel@tonic-gate         {
14570Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
14580Sstevel@tonic-gate 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
14590Sstevel@tonic-gate 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
14600Sstevel@tonic-gate 			     0.0};
14610Sstevel@tonic-gate             gbpanel90.set("rowWeights", _tmp);
14620Sstevel@tonic-gate         }
14630Sstevel@tonic-gate         {
14640Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0};
14650Sstevel@tonic-gate             gbpanel90.set("columnWeights", _tmp);
14660Sstevel@tonic-gate         }
14670Sstevel@tonic-gate 
14680Sstevel@tonic-gate         PrFlagLabel = new LabelShadow();
14690Sstevel@tonic-gate         PrFlagLabel.set("name", "PrFlagLabel");
14700Sstevel@tonic-gate         gbpanel90.add(PrFlagLabel);
14710Sstevel@tonic-gate         PrFlagLabel.set("GBConstraints", new GBConstraints
14720Sstevel@tonic-gate 			("x=0;y=1;width=2"));
14730Sstevel@tonic-gate         PrFlagLabel.set("text", "Principal Flags");
14740Sstevel@tonic-gate         PrFlagLabel.set("font",
14750Sstevel@tonic-gate 			convert
14760Sstevel@tonic-gate 			("java.awt.Font",
14770Sstevel@tonic-gate 			 "name=Dialog;style=plain;size=16"));
14780Sstevel@tonic-gate 
14790Sstevel@tonic-gate         PrName3 = new LabelShadow();
14800Sstevel@tonic-gate         PrName3.set("name", "PrName3");
14810Sstevel@tonic-gate         gbpanel90.add(PrName3);
14820Sstevel@tonic-gate         PrName3.set("GBConstraints", new GBConstraints
14830Sstevel@tonic-gate 		    ("x=0;y=2;width=2;ipadx=146"));
14840Sstevel@tonic-gate         PrName3.set("text", "");
14850Sstevel@tonic-gate         PrName3.set("font",
14860Sstevel@tonic-gate 		    convert
14870Sstevel@tonic-gate 		    ("java.awt.Font",
14880Sstevel@tonic-gate 		     "name=Dialog;style=plain;size=14"));
14890Sstevel@tonic-gate 
14900Sstevel@tonic-gate         LabelBarSecurity = new LabelBarShadow();
14910Sstevel@tonic-gate         LabelBarSecurity.set("name", "LabelBarSecurity");
14920Sstevel@tonic-gate         gbpanel90.add(LabelBarSecurity);
14930Sstevel@tonic-gate         LabelBarSecurity.set("GBConstraints", new GBConstraints
14940Sstevel@tonic-gate 			     ("x=0;y=3;width=2;fill=horizontal"));
14950Sstevel@tonic-gate         LabelBarSecurity.set("text", "Security");
14960Sstevel@tonic-gate         LabelBarSecurity.set("font",
14970Sstevel@tonic-gate 			     convert
14980Sstevel@tonic-gate 			     ("java.awt.Font",
14990Sstevel@tonic-gate 			      "name=Dialog;style=italic;size=12"));
15000Sstevel@tonic-gate 
15010Sstevel@tonic-gate         PrLockAcct = new CheckboxShadow();
15020Sstevel@tonic-gate         PrLockAcct.set("name", "PrLockAcct");
15030Sstevel@tonic-gate         gbpanel90.add(PrLockAcct);
15040Sstevel@tonic-gate         PrLockAcct.set("GBConstraints", new GBConstraints("x=0;y=5"));
15050Sstevel@tonic-gate         PrLockAcct.set("text", "Disable Account");
15060Sstevel@tonic-gate         PrLockAcct.set("state", Boolean.TRUE);
15070Sstevel@tonic-gate         PrLockAcct.set("anchor",
15080Sstevel@tonic-gate 		       new sunsoft.jws.visual.rt.type.AnchorEnum("west"));
15090Sstevel@tonic-gate 
15100Sstevel@tonic-gate         PrForcePwChange = new CheckboxShadow();
15110Sstevel@tonic-gate         PrForcePwChange.set("name", "PrForcePwChange");
15120Sstevel@tonic-gate         gbpanel90.add(PrForcePwChange);
15130Sstevel@tonic-gate         PrForcePwChange.set("GBConstraints", new GBConstraints
15140Sstevel@tonic-gate 			    ("x=1;y=5"));
15150Sstevel@tonic-gate         PrForcePwChange.set("text", "Force Password change");
15160Sstevel@tonic-gate         PrForcePwChange.set("anchor",
15170Sstevel@tonic-gate 			    new sunsoft.jws.visual.rt.type.AnchorEnum
15180Sstevel@tonic-gate 			    ("west"));
15190Sstevel@tonic-gate 
15200Sstevel@tonic-gate         LabelBarTickets = new LabelBarShadow();
15210Sstevel@tonic-gate         LabelBarTickets.set("name", "LabelBarTickets");
15220Sstevel@tonic-gate         gbpanel90.add(LabelBarTickets);
15230Sstevel@tonic-gate         LabelBarTickets.set("GBConstraints", new GBConstraints
15240Sstevel@tonic-gate 			    ("x=0;y=7;width=2;fill=horizontal"));
15250Sstevel@tonic-gate         LabelBarTickets.set("text", "Tickets");
15260Sstevel@tonic-gate         LabelBarTickets.set("font",
15270Sstevel@tonic-gate 			    convert
15280Sstevel@tonic-gate 			    ("java.awt.Font",
15290Sstevel@tonic-gate 			     "name=Dialog;style=italic;size=12"));
15300Sstevel@tonic-gate 
15310Sstevel@tonic-gate         PrAllowPostdated = new CheckboxShadow();
15320Sstevel@tonic-gate         PrAllowPostdated.set("name", "PrAllowPostdated");
15330Sstevel@tonic-gate         gbpanel90.add(PrAllowPostdated);
15340Sstevel@tonic-gate         PrAllowPostdated.set("GBConstraints", new GBConstraints
15350Sstevel@tonic-gate 			     ("x=0;y=9"));
15360Sstevel@tonic-gate         PrAllowPostdated.set("text", "Allow Postdated Tickets");
15370Sstevel@tonic-gate         PrAllowPostdated.set("anchor",
15380Sstevel@tonic-gate 			     new sunsoft.jws.visual.rt.type.AnchorEnum
15390Sstevel@tonic-gate 			     ("west"));
15400Sstevel@tonic-gate 
15410Sstevel@tonic-gate         PrAllowForwardable = new CheckboxShadow();
15420Sstevel@tonic-gate         PrAllowForwardable.set("name", "PrAllowForwardable");
15430Sstevel@tonic-gate         gbpanel90.add(PrAllowForwardable);
15440Sstevel@tonic-gate         PrAllowForwardable.set("GBConstraints", new GBConstraints
15450Sstevel@tonic-gate 			       ("x=1;y=9"));
15460Sstevel@tonic-gate         PrAllowForwardable.set("text", "Allow Forwardable Tickets");
15470Sstevel@tonic-gate         PrAllowForwardable.set("state", Boolean.TRUE);
15480Sstevel@tonic-gate         PrAllowForwardable.set("anchor",
15490Sstevel@tonic-gate 			       new sunsoft.jws.visual.rt.type.AnchorEnum
15500Sstevel@tonic-gate 			       ("west"));
15510Sstevel@tonic-gate 
15520Sstevel@tonic-gate         PrAllowRenewable = new CheckboxShadow();
15530Sstevel@tonic-gate         PrAllowRenewable.set("name", "PrAllowRenewable");
15540Sstevel@tonic-gate         gbpanel90.add(PrAllowRenewable);
15550Sstevel@tonic-gate         PrAllowRenewable.set("GBConstraints", new GBConstraints
15560Sstevel@tonic-gate 			     ("x=0;y=11"));
15570Sstevel@tonic-gate         PrAllowRenewable.set("text", "Allow Renewable Tickets");
15580Sstevel@tonic-gate         PrAllowRenewable.set("anchor",
15590Sstevel@tonic-gate 			     new sunsoft.jws.visual.rt.type.AnchorEnum
15600Sstevel@tonic-gate 			     ("west"));
15610Sstevel@tonic-gate 
15620Sstevel@tonic-gate         PrAllowProxiable = new CheckboxShadow();
15630Sstevel@tonic-gate         PrAllowProxiable.set("name", "PrAllowProxiable");
15640Sstevel@tonic-gate         gbpanel90.add(PrAllowProxiable);
15650Sstevel@tonic-gate         PrAllowProxiable.set("GBConstraints", new GBConstraints
15660Sstevel@tonic-gate 			     ("x=1;y=11"));
15670Sstevel@tonic-gate         PrAllowProxiable.set("text", "Allow Proxiable Tickets");
15680Sstevel@tonic-gate         PrAllowProxiable.set("state", Boolean.TRUE);
15690Sstevel@tonic-gate         PrAllowProxiable.set("anchor",
15700Sstevel@tonic-gate 			     new sunsoft.jws.visual.rt.type.AnchorEnum
15710Sstevel@tonic-gate 			     ("west"));
15720Sstevel@tonic-gate 
15730Sstevel@tonic-gate         PrAllowSvr = new CheckboxShadow();
15740Sstevel@tonic-gate         PrAllowSvr.set("name", "PrAllowSvr");
15750Sstevel@tonic-gate         gbpanel90.add(PrAllowSvr);
15760Sstevel@tonic-gate         PrAllowSvr.set("GBConstraints", new GBConstraints("x=0;y=13"));
15770Sstevel@tonic-gate         PrAllowSvr.set("text", "Allow Service Tickets");
15780Sstevel@tonic-gate         PrAllowSvr.set("anchor",
15790Sstevel@tonic-gate 		       new sunsoft.jws.visual.rt.type.AnchorEnum("west"));
15800Sstevel@tonic-gate 
15810Sstevel@tonic-gate         LabelBarMiscellany = new LabelBarShadow();
15820Sstevel@tonic-gate         LabelBarMiscellany.set("name", "LabelBarMiscellany");
15830Sstevel@tonic-gate         gbpanel90.add(LabelBarMiscellany);
15840Sstevel@tonic-gate         LabelBarMiscellany.set("GBConstraints", new GBConstraints
15850Sstevel@tonic-gate 			       ("x=0;y=15;width=2;fill=horizontal"));
15860Sstevel@tonic-gate         LabelBarMiscellany.set("text", "Miscellaneous");
15870Sstevel@tonic-gate         LabelBarMiscellany.set("font",
15880Sstevel@tonic-gate 			       convert
15890Sstevel@tonic-gate 			       ("java.awt.Font",
15900Sstevel@tonic-gate 				"name=Dialog;style=italic;size=12"));
15910Sstevel@tonic-gate 
15920Sstevel@tonic-gate         PrAllowTGT = new CheckboxShadow();
15930Sstevel@tonic-gate         PrAllowTGT.set("name", "PrAllowTGT");
15940Sstevel@tonic-gate         gbpanel90.add(PrAllowTGT);
15950Sstevel@tonic-gate         PrAllowTGT.set("GBConstraints", new GBConstraints("x=0;y=17"));
15960Sstevel@tonic-gate         PrAllowTGT.set("text", "Allow TGT-Based Authentication");
15970Sstevel@tonic-gate         PrAllowTGT.set("state", Boolean.TRUE);
15980Sstevel@tonic-gate         PrAllowTGT.set("anchor",
15990Sstevel@tonic-gate 		       new sunsoft.jws.visual.rt.type.AnchorEnum
16000Sstevel@tonic-gate 		       ("west"));
16010Sstevel@tonic-gate 
16020Sstevel@tonic-gate         PrAllowDupAuth = new CheckboxShadow();
16030Sstevel@tonic-gate         PrAllowDupAuth.set("name", "PrAllowDupAuth");
16040Sstevel@tonic-gate         gbpanel90.add(PrAllowDupAuth);
16050Sstevel@tonic-gate         PrAllowDupAuth.set("GBConstraints", new GBConstraints
16060Sstevel@tonic-gate 			   ("x=1;y=17"));
16070Sstevel@tonic-gate         PrAllowDupAuth.set("text", "Allow Duplicate Authentication");
16080Sstevel@tonic-gate         PrAllowDupAuth.set("state", Boolean.TRUE);
16090Sstevel@tonic-gate         PrAllowDupAuth.set("anchor",
16100Sstevel@tonic-gate 			   new sunsoft.jws.visual.rt.type.AnchorEnum
16110Sstevel@tonic-gate 			   ("west"));
16120Sstevel@tonic-gate 
16130Sstevel@tonic-gate         PrRequirePreAuth = new CheckboxShadow();
16140Sstevel@tonic-gate         PrRequirePreAuth.set("name", "PrRequirePreAuth");
16150Sstevel@tonic-gate         gbpanel90.add(PrRequirePreAuth);
16160Sstevel@tonic-gate         PrRequirePreAuth.set("GBConstraints", new GBConstraints
16170Sstevel@tonic-gate 			     ("x=0;y=19"));
16180Sstevel@tonic-gate         PrRequirePreAuth.set("text", "Require Preauthentication");
16190Sstevel@tonic-gate         PrRequirePreAuth.set("anchor",
16200Sstevel@tonic-gate 			     new sunsoft.jws.visual.rt.type.AnchorEnum
16210Sstevel@tonic-gate 			     ("west"));
16220Sstevel@tonic-gate 
16230Sstevel@tonic-gate         PrRequireHwPreAuth = new CheckboxShadow();
16240Sstevel@tonic-gate         PrRequireHwPreAuth.set("name", "PrRequireHwPreAuth");
16250Sstevel@tonic-gate         gbpanel90.add(PrRequireHwPreAuth);
16260Sstevel@tonic-gate         PrRequireHwPreAuth.set("GBConstraints", new GBConstraints
16270Sstevel@tonic-gate 			       ("x=1;y=19"));
16280Sstevel@tonic-gate         PrRequireHwPreAuth.set("text",
16290Sstevel@tonic-gate 			       "Require Hardware Authentication");
16300Sstevel@tonic-gate         PrRequireHwPreAuth.set("anchor",
16310Sstevel@tonic-gate 			       new sunsoft.jws.visual.rt.type.AnchorEnum
16320Sstevel@tonic-gate 			       ("west"));
16330Sstevel@tonic-gate 
16340Sstevel@tonic-gate         labelbar22 = new LabelBarShadow();
16350Sstevel@tonic-gate         labelbar22.set("name", "labelbar22");
16360Sstevel@tonic-gate         gbpanel90.add(labelbar22);
16370Sstevel@tonic-gate         labelbar22.set("GBConstraints", new GBConstraints
16380Sstevel@tonic-gate 		       ("x=0;y=21;width=2;fill=horizontal"));
16390Sstevel@tonic-gate 
16400Sstevel@tonic-gate         gbpanel18 = new GBPanelShadow();
16410Sstevel@tonic-gate         gbpanel18.set("name", "gbpanel18");
16420Sstevel@tonic-gate         gbpanel90.add(gbpanel18);
16430Sstevel@tonic-gate         {
16440Sstevel@tonic-gate             int _tmp[] = {14};
16450Sstevel@tonic-gate             gbpanel18.set("rowHeights", _tmp);
16460Sstevel@tonic-gate         }
16470Sstevel@tonic-gate         gbpanel18.set("GBConstraints", new GBConstraints
16480Sstevel@tonic-gate 		      ("x=0;y=23;width=2;fill=both"));
16490Sstevel@tonic-gate         {
16500Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14};
16510Sstevel@tonic-gate             gbpanel18.set("columnWidths", _tmp);
16520Sstevel@tonic-gate         }
16530Sstevel@tonic-gate         {
16540Sstevel@tonic-gate             double _tmp[] = {0.0};
16550Sstevel@tonic-gate             gbpanel18.set("rowWeights", _tmp);
16560Sstevel@tonic-gate         }
16570Sstevel@tonic-gate         {
16580Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
16590Sstevel@tonic-gate             gbpanel18.set("columnWeights", _tmp);
16600Sstevel@tonic-gate         }
16610Sstevel@tonic-gate 
16620Sstevel@tonic-gate         PrFlagsSave = new ButtonShadow();
16630Sstevel@tonic-gate         PrFlagsSave.set("name", "PrFlagsSave");
16640Sstevel@tonic-gate         gbpanel18.add(PrFlagsSave);
16650Sstevel@tonic-gate         PrFlagsSave.set("GBConstraints", new GBConstraints("x=0;y=0"));
16660Sstevel@tonic-gate         PrFlagsSave.set("text", "Save");
16670Sstevel@tonic-gate 
16680Sstevel@tonic-gate         PrFlagsPrevious = new ButtonShadow();
16690Sstevel@tonic-gate         PrFlagsPrevious.set("name", "PrFlagsPrevious");
16700Sstevel@tonic-gate         gbpanel18.add(PrFlagsPrevious);
16710Sstevel@tonic-gate         PrFlagsPrevious.set("GBConstraints", new GBConstraints
16720Sstevel@tonic-gate 			    ("x=2;y=0"));
16730Sstevel@tonic-gate         PrFlagsPrevious.set("text", "Previous");
16740Sstevel@tonic-gate 
16750Sstevel@tonic-gate         PrFlagsNext = new ButtonShadow();
16760Sstevel@tonic-gate         PrFlagsNext.set("name", "PrFlagsNext");
16770Sstevel@tonic-gate         gbpanel18.add(PrFlagsNext);
16780Sstevel@tonic-gate         PrFlagsNext.set("GBConstraints", new GBConstraints
16790Sstevel@tonic-gate 			("x=4;y=0"));
16800Sstevel@tonic-gate         PrFlagsNext.set("text", "Done");
16810Sstevel@tonic-gate 
16820Sstevel@tonic-gate         PrFlagsCancel = new ButtonShadow();
16830Sstevel@tonic-gate         PrFlagsCancel.set("name", "PrFlagsCancel");
16840Sstevel@tonic-gate         gbpanel18.add(PrFlagsCancel);
16850Sstevel@tonic-gate         PrFlagsCancel.set("GBConstraints", new GBConstraints
16860Sstevel@tonic-gate 			  ("x=6;y=0"));
16870Sstevel@tonic-gate         PrFlagsCancel.set("text", "Cancel");
16880Sstevel@tonic-gate 
16890Sstevel@tonic-gate         Pollisttab = new GBPanelShadow();
16900Sstevel@tonic-gate         Pollisttab.set("name", "Pollisttab");
16910Sstevel@tonic-gate         tabbedfolder1.add(Pollisttab);
16920Sstevel@tonic-gate         {
16930Sstevel@tonic-gate             int _tmp[] = {14, 14, 14};
16940Sstevel@tonic-gate             Pollisttab.set("rowHeights", _tmp);
16950Sstevel@tonic-gate         }
16960Sstevel@tonic-gate         Pollisttab.set("GBConstraints", new GBConstraints
16970Sstevel@tonic-gate 		       ("x=0;y=0;fill=both"));
16980Sstevel@tonic-gate         {
16990Sstevel@tonic-gate             int _tmp[] = {14, 14, 14};
17000Sstevel@tonic-gate             Pollisttab.set("columnWidths", _tmp);
17010Sstevel@tonic-gate         }
17020Sstevel@tonic-gate         Pollisttab.set("layoutName", "Policies");
17030Sstevel@tonic-gate         Pollisttab.set("visible", Boolean.FALSE);
17040Sstevel@tonic-gate         {
17050Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0};
17060Sstevel@tonic-gate             Pollisttab.set("rowWeights", _tmp);
17070Sstevel@tonic-gate         }
17080Sstevel@tonic-gate         {
17090Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0};
17100Sstevel@tonic-gate             Pollisttab.set("columnWeights", _tmp);
17110Sstevel@tonic-gate         }
17120Sstevel@tonic-gate 
17130Sstevel@tonic-gate         cardpanel2 = new CardPanelShadow();
17140Sstevel@tonic-gate         cardpanel2.set("name", "cardpanel2");
17150Sstevel@tonic-gate         Pollisttab.add(cardpanel2);
17160Sstevel@tonic-gate         cardpanel2.set("GBConstraints", new GBConstraints
17170Sstevel@tonic-gate 		       ("x=1;y=1;fill=both"));
17180Sstevel@tonic-gate 
17190Sstevel@tonic-gate         gbpanel23 = new GBPanelShadow();
17200Sstevel@tonic-gate         gbpanel23.set("name", "gbpanel23");
17210Sstevel@tonic-gate         cardpanel2.add(gbpanel23);
17220Sstevel@tonic-gate         {
17230Sstevel@tonic-gate             int _tmp[] = {14};
17240Sstevel@tonic-gate             gbpanel23.set("rowHeights", _tmp);
17250Sstevel@tonic-gate         }
17260Sstevel@tonic-gate         gbpanel23.set("GBConstraints", new GBConstraints
17270Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
17280Sstevel@tonic-gate         {
17290Sstevel@tonic-gate             int _tmp[] = {14};
17300Sstevel@tonic-gate             gbpanel23.set("columnWidths", _tmp);
17310Sstevel@tonic-gate         }
17320Sstevel@tonic-gate         gbpanel23.set("layoutName", "List");
17330Sstevel@tonic-gate         {
17340Sstevel@tonic-gate             double _tmp[] = {0.0};
17350Sstevel@tonic-gate             gbpanel23.set("rowWeights", _tmp);
17360Sstevel@tonic-gate         }
17370Sstevel@tonic-gate         {
17380Sstevel@tonic-gate             double _tmp[] = {0.0};
17390Sstevel@tonic-gate             gbpanel23.set("columnWeights", _tmp);
17400Sstevel@tonic-gate         }
17410Sstevel@tonic-gate 
17420Sstevel@tonic-gate         borderpanel7 = new BorderPanelShadow();
17430Sstevel@tonic-gate         borderpanel7.set("name", "borderpanel7");
17440Sstevel@tonic-gate         gbpanel23.add(borderpanel7);
17450Sstevel@tonic-gate         borderpanel7.set("GBConstraints", new GBConstraints
17460Sstevel@tonic-gate 			 ("x=0;y=0;fill=both"));
17470Sstevel@tonic-gate         borderpanel7.set("borderRelief",
17480Sstevel@tonic-gate 			 new sunsoft.jws.visual.rt.type.ReliefEnum
17490Sstevel@tonic-gate 			 ("raised"));
17500Sstevel@tonic-gate 
17510Sstevel@tonic-gate         gbpanel36 = new GBPanelShadow();
17520Sstevel@tonic-gate         gbpanel36.set("name", "gbpanel36");
17530Sstevel@tonic-gate         borderpanel7.add(gbpanel36);
17540Sstevel@tonic-gate         {
17550Sstevel@tonic-gate             int _tmp[] = {14};
17560Sstevel@tonic-gate             gbpanel36.set("rowHeights", _tmp);
17570Sstevel@tonic-gate         }
17580Sstevel@tonic-gate         gbpanel36.set("GBConstraints", new GBConstraints
17590Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
17600Sstevel@tonic-gate         {
17610Sstevel@tonic-gate             int _tmp[] = {14};
17620Sstevel@tonic-gate             gbpanel36.set("columnWidths", _tmp);
17630Sstevel@tonic-gate         }
17640Sstevel@tonic-gate         gbpanel36.set("layoutName", "West");
17650Sstevel@tonic-gate         {
17660Sstevel@tonic-gate             double _tmp[] = {1.0};
17670Sstevel@tonic-gate             gbpanel36.set("rowWeights", _tmp);
17680Sstevel@tonic-gate         }
17690Sstevel@tonic-gate         {
17700Sstevel@tonic-gate             double _tmp[] = {1.0};
17710Sstevel@tonic-gate             gbpanel36.set("columnWeights", _tmp);
17720Sstevel@tonic-gate         }
17730Sstevel@tonic-gate 
17740Sstevel@tonic-gate         gbpanel37 = new GBPanelShadow();
17750Sstevel@tonic-gate         gbpanel37.set("name", "gbpanel37");
17760Sstevel@tonic-gate         borderpanel7.add(gbpanel37);
17770Sstevel@tonic-gate         {
17780Sstevel@tonic-gate             int _tmp[] = {14, 14, 14};
17790Sstevel@tonic-gate             gbpanel37.set("rowHeights", _tmp);
17800Sstevel@tonic-gate         }
17810Sstevel@tonic-gate         gbpanel37.set("GBConstraints", new GBConstraints
17820Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
17830Sstevel@tonic-gate         {
17840Sstevel@tonic-gate             int _tmp[] = {14};
17850Sstevel@tonic-gate             gbpanel37.set("columnWidths", _tmp);
17860Sstevel@tonic-gate         }
17870Sstevel@tonic-gate         gbpanel37.set("layoutName", "North");
17880Sstevel@tonic-gate         {
17890Sstevel@tonic-gate             double _tmp[] = {0.0, 1.0, 0.0};
17900Sstevel@tonic-gate             gbpanel37.set("rowWeights", _tmp);
17910Sstevel@tonic-gate         }
17920Sstevel@tonic-gate         {
17930Sstevel@tonic-gate             double _tmp[] = {1.0};
17940Sstevel@tonic-gate             gbpanel37.set("columnWeights", _tmp);
17950Sstevel@tonic-gate         }
17960Sstevel@tonic-gate 
17970Sstevel@tonic-gate         PoListLabel = new LabelShadow();
17980Sstevel@tonic-gate         PoListLabel.set("name", "PoListLabel");
17990Sstevel@tonic-gate         gbpanel37.add(PoListLabel);
18000Sstevel@tonic-gate         PoListLabel.set("GBConstraints", new GBConstraints("x=0;y=1"));
18010Sstevel@tonic-gate         PoListLabel.set("text", "Policy List");
18020Sstevel@tonic-gate         PoListLabel.set("font",
18030Sstevel@tonic-gate 			convert("java.awt.Font",
18040Sstevel@tonic-gate 				"name=Dialog;style=plain;size=16"));
18050Sstevel@tonic-gate 
18060Sstevel@tonic-gate         gbpanel38 = new GBPanelShadow();
18070Sstevel@tonic-gate         gbpanel38.set("name", "gbpanel38");
18080Sstevel@tonic-gate         borderpanel7.add(gbpanel38);
18090Sstevel@tonic-gate         {
18100Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14};
18110Sstevel@tonic-gate             gbpanel38.set("rowHeights", _tmp);
18120Sstevel@tonic-gate         }
18130Sstevel@tonic-gate         gbpanel38.set("GBConstraints", new GBConstraints
18140Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
18150Sstevel@tonic-gate         {
18160Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
18170Sstevel@tonic-gate 			  14, 14, 14, 14, 14};
18180Sstevel@tonic-gate             gbpanel38.set("columnWidths", _tmp);
18190Sstevel@tonic-gate         }
18200Sstevel@tonic-gate         gbpanel38.set("layoutName", "South");
18210Sstevel@tonic-gate         {
18220Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
18230Sstevel@tonic-gate             gbpanel38.set("rowWeights", _tmp);
18240Sstevel@tonic-gate         }
18250Sstevel@tonic-gate         {
18260Sstevel@tonic-gate             double _tmp[] = {1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
18270Sstevel@tonic-gate 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
18280Sstevel@tonic-gate             gbpanel38.set("columnWeights", _tmp);
18290Sstevel@tonic-gate         }
18300Sstevel@tonic-gate 
18310Sstevel@tonic-gate         gbpanel40 = new GBPanelShadow();
18320Sstevel@tonic-gate         gbpanel40.set("name", "gbpanel40");
18330Sstevel@tonic-gate         gbpanel38.add(gbpanel40);
18340Sstevel@tonic-gate         {
18350Sstevel@tonic-gate             int _tmp[] = {14};
18360Sstevel@tonic-gate             gbpanel40.set("rowHeights", _tmp);
18370Sstevel@tonic-gate         }
18380Sstevel@tonic-gate         gbpanel40.set("GBConstraints", new GBConstraints
18390Sstevel@tonic-gate 		      ("x=0;y=1;width=16;fill=both"));
18400Sstevel@tonic-gate         {
18410Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
18420Sstevel@tonic-gate 			  14, 14, 14};
18430Sstevel@tonic-gate             gbpanel40.set("columnWidths", _tmp);
18440Sstevel@tonic-gate         }
18450Sstevel@tonic-gate         {
18460Sstevel@tonic-gate             double _tmp[] = {0.0};
18470Sstevel@tonic-gate             gbpanel40.set("rowWeights", _tmp);
18480Sstevel@tonic-gate         }
18490Sstevel@tonic-gate         {
18500Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
18510Sstevel@tonic-gate 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
18520Sstevel@tonic-gate             gbpanel40.set("columnWeights", _tmp);
18530Sstevel@tonic-gate         }
18540Sstevel@tonic-gate 
18550Sstevel@tonic-gate         PoListPatternLabel = new LabelShadow();
18560Sstevel@tonic-gate         PoListPatternLabel.set("name", "PoListPatternLabel");
18570Sstevel@tonic-gate         gbpanel40.add(PoListPatternLabel);
18580Sstevel@tonic-gate         PoListPatternLabel.set("GBConstraints", new GBConstraints
18590Sstevel@tonic-gate 			       ("x=0;y=0"));
18600Sstevel@tonic-gate         PoListPatternLabel.set("text", "Filter:");
18610Sstevel@tonic-gate         PoListPatternLabel.set("anchor",
18620Sstevel@tonic-gate 			       new sunsoft.jws.visual.rt.type.AnchorEnum
18630Sstevel@tonic-gate 			       ("east"));
18640Sstevel@tonic-gate 
18650Sstevel@tonic-gate         PoListPattern = new TextFieldShadow();
18660Sstevel@tonic-gate         PoListPattern.set("name", "PoListPattern");
18670Sstevel@tonic-gate         gbpanel40.add(PoListPattern);
18680Sstevel@tonic-gate         PoListPattern.set("GBConstraints", new GBConstraints
18690Sstevel@tonic-gate 			  ("x=1;y=0;width=12;fill=horizontal"));
18700Sstevel@tonic-gate 
18710Sstevel@tonic-gate         PoListClear = new ButtonShadow();
18720Sstevel@tonic-gate         PoListClear.set("name", "PoListClear");
18730Sstevel@tonic-gate         gbpanel40.add(PoListClear);
18740Sstevel@tonic-gate         PoListClear.set("GBConstraints", new GBConstraints("x=13;y=0"));
18750Sstevel@tonic-gate         PoListClear.set("text", "Clear Filter");
18760Sstevel@tonic-gate 
18770Sstevel@tonic-gate         labelbar3 = new LabelBarShadow();
18780Sstevel@tonic-gate         labelbar3.set("name", "labelbar3");
18790Sstevel@tonic-gate         gbpanel38.add(labelbar3);
18800Sstevel@tonic-gate         labelbar3.set("GBConstraints", new GBConstraints
18810Sstevel@tonic-gate 		      ("x=0;y=3;width=16;fill=horizontal"));
18820Sstevel@tonic-gate 
18830Sstevel@tonic-gate         gbpanel9 = new GBPanelShadow();
18840Sstevel@tonic-gate         gbpanel9.set("name", "gbpanel9");
18850Sstevel@tonic-gate         gbpanel38.add(gbpanel9);
18860Sstevel@tonic-gate         {
18870Sstevel@tonic-gate             int _tmp[] = {14};
18880Sstevel@tonic-gate             gbpanel9.set("rowHeights", _tmp);
18890Sstevel@tonic-gate         }
18900Sstevel@tonic-gate         gbpanel9.set("GBConstraints", new GBConstraints
18910Sstevel@tonic-gate 		     ("x=0;y=5;width=16;fill=both"));
18920Sstevel@tonic-gate         {
18930Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14};
18940Sstevel@tonic-gate             gbpanel9.set("columnWidths", _tmp);
18950Sstevel@tonic-gate         }
18960Sstevel@tonic-gate         {
18970Sstevel@tonic-gate             double _tmp[] = {0.0};
18980Sstevel@tonic-gate             gbpanel9.set("rowWeights", _tmp);
18990Sstevel@tonic-gate         }
19000Sstevel@tonic-gate         {
19010Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
19020Sstevel@tonic-gate             gbpanel9.set("columnWeights", _tmp);
19030Sstevel@tonic-gate         }
19040Sstevel@tonic-gate 
19050Sstevel@tonic-gate         PoListModify = new ButtonShadow();
19060Sstevel@tonic-gate         PoListModify.set("name", "PoListModify");
19070Sstevel@tonic-gate         gbpanel9.add(PoListModify);
19080Sstevel@tonic-gate         PoListModify.set("GBConstraints", new GBConstraints("x=0;y=0"));
19090Sstevel@tonic-gate         PoListModify.set("text", "Modify");
19100Sstevel@tonic-gate 
19110Sstevel@tonic-gate         PoListAdd = new ButtonShadow();
19120Sstevel@tonic-gate         PoListAdd.set("name", "PoListAdd");
19130Sstevel@tonic-gate         gbpanel9.add(PoListAdd);
19140Sstevel@tonic-gate         PoListAdd.set("GBConstraints", new GBConstraints("x=2;y=0"));
19150Sstevel@tonic-gate         PoListAdd.set("text", "Create New");
19160Sstevel@tonic-gate 
19170Sstevel@tonic-gate         PoListDelete = new ButtonShadow();
19180Sstevel@tonic-gate         PoListDelete.set("name", "PoListDelete");
19190Sstevel@tonic-gate         gbpanel9.add(PoListDelete);
19200Sstevel@tonic-gate         PoListDelete.set("GBConstraints", new GBConstraints("x=4;y=0"));
19210Sstevel@tonic-gate         PoListDelete.set("text", "Delete");
19220Sstevel@tonic-gate 
19230Sstevel@tonic-gate         PoListDuplicate = new ButtonShadow();
19240Sstevel@tonic-gate         PoListDuplicate.set("name", "PoListDuplicate");
19250Sstevel@tonic-gate         gbpanel9.add(PoListDuplicate);
19260Sstevel@tonic-gate         PoListDuplicate.set("GBConstraints", new GBConstraints
19270Sstevel@tonic-gate 			    ("x=6;y=0"));
19280Sstevel@tonic-gate         PoListDuplicate.set("text", "Duplicate");
19290Sstevel@tonic-gate 
19300Sstevel@tonic-gate         gbpanel41 = new GBPanelShadow();
19310Sstevel@tonic-gate         gbpanel41.set("name", "gbpanel41");
19320Sstevel@tonic-gate         borderpanel7.add(gbpanel41);
19330Sstevel@tonic-gate         {
19340Sstevel@tonic-gate             int _tmp[] = {14};
19350Sstevel@tonic-gate             gbpanel41.set("rowHeights", _tmp);
19360Sstevel@tonic-gate         }
19370Sstevel@tonic-gate         gbpanel41.set("GBConstraints", new GBConstraints
19380Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
19390Sstevel@tonic-gate         {
19400Sstevel@tonic-gate             int _tmp[] = {14};
19410Sstevel@tonic-gate             gbpanel41.set("columnWidths", _tmp);
19420Sstevel@tonic-gate         }
19430Sstevel@tonic-gate         gbpanel41.set("layoutName", "East");
19440Sstevel@tonic-gate         {
19450Sstevel@tonic-gate             double _tmp[] = {1.0};
19460Sstevel@tonic-gate             gbpanel41.set("rowWeights", _tmp);
19470Sstevel@tonic-gate         }
19480Sstevel@tonic-gate         {
19490Sstevel@tonic-gate             double _tmp[] = {1.0};
19500Sstevel@tonic-gate             gbpanel41.set("columnWeights", _tmp);
19510Sstevel@tonic-gate         }
19520Sstevel@tonic-gate 
19530Sstevel@tonic-gate         gbpanel42 = new GBPanelShadow();
19540Sstevel@tonic-gate         gbpanel42.set("name", "gbpanel42");
19550Sstevel@tonic-gate         borderpanel7.add(gbpanel42);
19560Sstevel@tonic-gate         {
19570Sstevel@tonic-gate             int _tmp[] = {14};
19580Sstevel@tonic-gate             gbpanel42.set("rowHeights", _tmp);
19590Sstevel@tonic-gate         }
19600Sstevel@tonic-gate         gbpanel42.set("GBConstraints", new GBConstraints
19610Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
19620Sstevel@tonic-gate         {
19630Sstevel@tonic-gate             int _tmp[] = {14};
19640Sstevel@tonic-gate             gbpanel42.set("columnWidths", _tmp);
19650Sstevel@tonic-gate         }
19660Sstevel@tonic-gate         gbpanel42.set("layoutName", "Center");
19670Sstevel@tonic-gate         {
19680Sstevel@tonic-gate             double _tmp[] = {1.0};
19690Sstevel@tonic-gate             gbpanel42.set("rowWeights", _tmp);
19700Sstevel@tonic-gate         }
19710Sstevel@tonic-gate         {
19720Sstevel@tonic-gate             double _tmp[] = {1.0};
19730Sstevel@tonic-gate             gbpanel42.set("columnWeights", _tmp);
19740Sstevel@tonic-gate         }
19750Sstevel@tonic-gate 
19760Sstevel@tonic-gate         Pollist = new TextListShadow();
19770Sstevel@tonic-gate         Pollist.set("name", "Pollist");
19780Sstevel@tonic-gate         gbpanel42.add(Pollist);
19790Sstevel@tonic-gate         Pollist.set("items", convert("[Ljava.lang.String;", ""));
19800Sstevel@tonic-gate         Pollist.set("GBConstraints", new GBConstraints
19810Sstevel@tonic-gate 		    ("x=0;y=0;fill=both"));
19820Sstevel@tonic-gate         Pollist.set("allowMultipleSelections", Boolean.TRUE);
19830Sstevel@tonic-gate         Pollist.set("visibleRows", new Integer(15));
19840Sstevel@tonic-gate         Pollist.set("selectedItems", convert
19850Sstevel@tonic-gate 		    ("[Ljava.lang.String;", ""));
19860Sstevel@tonic-gate 
19870Sstevel@tonic-gate         gbpanel24 = new GBPanelShadow();
19880Sstevel@tonic-gate         gbpanel24.set("name", "gbpanel24");
19890Sstevel@tonic-gate         cardpanel2.add(gbpanel24);
19900Sstevel@tonic-gate         {
19910Sstevel@tonic-gate             int _tmp[] = {14};
19920Sstevel@tonic-gate             gbpanel24.set("rowHeights", _tmp);
19930Sstevel@tonic-gate         }
19940Sstevel@tonic-gate         gbpanel24.set("GBConstraints", new GBConstraints
19950Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
19960Sstevel@tonic-gate         {
19970Sstevel@tonic-gate             int _tmp[] = {14};
19980Sstevel@tonic-gate             gbpanel24.set("columnWidths", _tmp);
19990Sstevel@tonic-gate         }
20000Sstevel@tonic-gate         gbpanel24.set("layoutName", "Details");
20010Sstevel@tonic-gate         gbpanel24.set("visible", Boolean.FALSE);
20020Sstevel@tonic-gate         {
20030Sstevel@tonic-gate             double _tmp[] = {0.0};
20040Sstevel@tonic-gate             gbpanel24.set("rowWeights", _tmp);
20050Sstevel@tonic-gate         }
20060Sstevel@tonic-gate         {
20070Sstevel@tonic-gate             double _tmp[] = {0.0};
20080Sstevel@tonic-gate             gbpanel24.set("columnWeights", _tmp);
20090Sstevel@tonic-gate         }
20100Sstevel@tonic-gate 
20110Sstevel@tonic-gate         gbpanel50 = new GBPanelShadow();
20120Sstevel@tonic-gate         gbpanel50.set("name", "gbpanel50");
20130Sstevel@tonic-gate         gbpanel24.add(gbpanel50);
20140Sstevel@tonic-gate         {
20150Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
20160Sstevel@tonic-gate 			  14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14};
20170Sstevel@tonic-gate             gbpanel50.set("rowHeights", _tmp);
20180Sstevel@tonic-gate         }
20190Sstevel@tonic-gate         gbpanel50.set("GBConstraints", new GBConstraints
20200Sstevel@tonic-gate 		      ("x=0;y=0;fill=both"));
20210Sstevel@tonic-gate         {
20220Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14};
20230Sstevel@tonic-gate             gbpanel50.set("columnWidths", _tmp);
20240Sstevel@tonic-gate         }
20250Sstevel@tonic-gate         gbpanel50.set("borderRelief",
20260Sstevel@tonic-gate 		      new sunsoft.jws.visual.rt.type.ReliefEnum
20270Sstevel@tonic-gate 		      ("raised"));
20280Sstevel@tonic-gate         {
20290Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
20300Sstevel@tonic-gate 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
20310Sstevel@tonic-gate 			     0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
20320Sstevel@tonic-gate             gbpanel50.set("rowWeights", _tmp);
20330Sstevel@tonic-gate         }
20340Sstevel@tonic-gate         {
20350Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0};
20360Sstevel@tonic-gate             gbpanel50.set("columnWeights", _tmp);
20370Sstevel@tonic-gate         }
20380Sstevel@tonic-gate 
20390Sstevel@tonic-gate         PoDetailLabel = new LabelShadow();
20400Sstevel@tonic-gate         PoDetailLabel.set("name", "PoDetailLabel");
20410Sstevel@tonic-gate         gbpanel50.add(PoDetailLabel);
20420Sstevel@tonic-gate         PoDetailLabel.set("GBConstraints", new GBConstraints
20430Sstevel@tonic-gate 			  ("x=0;y=1;width=4"));
20440Sstevel@tonic-gate         PoDetailLabel.set("text", "Policy Details");
20450Sstevel@tonic-gate         PoDetailLabel.set("font",
20460Sstevel@tonic-gate 			  convert("java.awt.Font",
20470Sstevel@tonic-gate 				  "name=Dialog;style=plain;size=16"));
20480Sstevel@tonic-gate 
20490Sstevel@tonic-gate         labelbar6 = new LabelBarShadow();
20500Sstevel@tonic-gate         labelbar6.set("name", "labelbar6");
20510Sstevel@tonic-gate         gbpanel50.add(labelbar6);
20520Sstevel@tonic-gate         labelbar6.set("GBConstraints", new GBConstraints
20530Sstevel@tonic-gate 		      ("x=0;y=2;width=4;fill=horizontal"));
20540Sstevel@tonic-gate 
20550Sstevel@tonic-gate         PoNameLabel = new LabelShadow();
20560Sstevel@tonic-gate         PoNameLabel.set("name", "PoNameLabel");
20570Sstevel@tonic-gate         gbpanel50.add(PoNameLabel);
20580Sstevel@tonic-gate         PoNameLabel.set("GBConstraints", new GBConstraints("x=0;y=4"));
20590Sstevel@tonic-gate         PoNameLabel.set("text", "Policy Name:");
20600Sstevel@tonic-gate         PoNameLabel.set("anchor",
20610Sstevel@tonic-gate 			new sunsoft.jws.visual.rt.type.AnchorEnum
20620Sstevel@tonic-gate 			("east"));
20630Sstevel@tonic-gate 
20640Sstevel@tonic-gate         PoName = new TextFieldShadow();
20650Sstevel@tonic-gate         PoName.set("name", "PoName");
20660Sstevel@tonic-gate         gbpanel50.add(PoName);
20670Sstevel@tonic-gate         PoName.set("GBConstraints", new GBConstraints
20680Sstevel@tonic-gate 		   ("x=2;y=4;fill=horizontal"));
20690Sstevel@tonic-gate         PoName.set("editable", Boolean.FALSE);
20700Sstevel@tonic-gate 
20710Sstevel@tonic-gate         PoMinPwLengthLabel = new LabelShadow();
20720Sstevel@tonic-gate         PoMinPwLengthLabel.set("name", "PoMinPwLengthLabel");
20730Sstevel@tonic-gate         gbpanel50.add(PoMinPwLengthLabel);
20740Sstevel@tonic-gate         PoMinPwLengthLabel.set("GBConstraints", new GBConstraints
20750Sstevel@tonic-gate 			       ("x=0;y=6"));
20760Sstevel@tonic-gate         PoMinPwLengthLabel.set("text", "Minimum Password Length:");
20770Sstevel@tonic-gate         PoMinPwLengthLabel.set("anchor",
20780Sstevel@tonic-gate 			       new sunsoft.jws.visual.rt.type.AnchorEnum
20790Sstevel@tonic-gate 			       ("east"));
20800Sstevel@tonic-gate 
20810Sstevel@tonic-gate         PoMinPwLength = new ChoiceShadow();
20820Sstevel@tonic-gate         PoMinPwLength.set("name", "PoMinPwLength");
20830Sstevel@tonic-gate         gbpanel50.add(PoMinPwLength);
20840Sstevel@tonic-gate         PoMinPwLength.set("items", convert("[Ljava.lang.String;",
20850Sstevel@tonic-gate 					   "12,11,10,9,8,7,6,5,4"));
20860Sstevel@tonic-gate         PoMinPwLength.set("GBConstraints", new GBConstraints
20870Sstevel@tonic-gate 			  ("x=2;y=6"));
20880Sstevel@tonic-gate         PoMinPwLength.set("selectedItem", "8");
20890Sstevel@tonic-gate 
20900Sstevel@tonic-gate         PoMinPwClassLabel = new LabelShadow();
20910Sstevel@tonic-gate         PoMinPwClassLabel.set("name", "PoMinPwClassLabel");
20920Sstevel@tonic-gate         gbpanel50.add(PoMinPwClassLabel);
20930Sstevel@tonic-gate         PoMinPwClassLabel.set("GBConstraints", new GBConstraints
20940Sstevel@tonic-gate 			      ("x=0;y=8"));
20950Sstevel@tonic-gate         PoMinPwClassLabel.set("text", "Minimum Password Classes:");
20960Sstevel@tonic-gate         PoMinPwClassLabel.set("anchor",
20970Sstevel@tonic-gate 			      new sunsoft.jws.visual.rt.type.AnchorEnum
20980Sstevel@tonic-gate 			      ("east"));
20990Sstevel@tonic-gate 
21000Sstevel@tonic-gate         PoMinPwClass = new ChoiceShadow();
21010Sstevel@tonic-gate         PoMinPwClass.set("name", "PoMinPwClass");
21020Sstevel@tonic-gate         gbpanel50.add(PoMinPwClass);
21030Sstevel@tonic-gate         PoMinPwClass.set("items",
21040Sstevel@tonic-gate 			 convert("[Ljava.lang.String;",
21050Sstevel@tonic-gate 				 "1,2,3,4,5"));
21060Sstevel@tonic-gate         PoMinPwClass.set("GBConstraints", new GBConstraints("x=2;y=8"));
21070Sstevel@tonic-gate         PoMinPwClass.set("selectedItem", "2");
21080Sstevel@tonic-gate 
21090Sstevel@tonic-gate         PoSavedPasswordsLabel = new LabelShadow();
21100Sstevel@tonic-gate         PoSavedPasswordsLabel.set("name", "PoSavedPasswordsLabel");
21110Sstevel@tonic-gate         gbpanel50.add(PoSavedPasswordsLabel);
21120Sstevel@tonic-gate         PoSavedPasswordsLabel.set("GBConstraints", new GBConstraints
21130Sstevel@tonic-gate 				  ("x=0;y=10"));
21140Sstevel@tonic-gate         PoSavedPasswordsLabel.set("text", "Saved Password History:");
21150Sstevel@tonic-gate         PoSavedPasswordsLabel.set
21160Sstevel@tonic-gate 	    ("anchor",
21170Sstevel@tonic-gate 	     new sunsoft.jws.visual.rt.type.AnchorEnum("east"));
21180Sstevel@tonic-gate 
21190Sstevel@tonic-gate         PoSavedPasswords = new ChoiceShadow();
21200Sstevel@tonic-gate         PoSavedPasswords.set("name", "PoSavedPasswords");
21210Sstevel@tonic-gate         gbpanel50.add(PoSavedPasswords);
21220Sstevel@tonic-gate         PoSavedPasswords.set("items",
21230Sstevel@tonic-gate 			     convert("[Ljava.lang.String;",
21240Sstevel@tonic-gate 				     "1,2,3,4,5,6,7,8,9,10"));
21250Sstevel@tonic-gate         PoSavedPasswords.set("GBConstraints", new GBConstraints
21260Sstevel@tonic-gate 			     ("x=2;y=10"));
21270Sstevel@tonic-gate         PoSavedPasswords.set("selectedItem", "5");
21280Sstevel@tonic-gate 
21290Sstevel@tonic-gate         PoMinTicketLifetimeLabel = new LabelShadow();
21300Sstevel@tonic-gate         PoMinTicketLifetimeLabel.set("name",
21310Sstevel@tonic-gate 				     "PoMinTicketLifetimeLabel");
21320Sstevel@tonic-gate         gbpanel50.add(PoMinTicketLifetimeLabel);
21330Sstevel@tonic-gate         PoMinTicketLifetimeLabel.set("GBConstraints", new GBConstraints
21340Sstevel@tonic-gate 				     ("x=0;y=12"));
21350Sstevel@tonic-gate         PoMinTicketLifetimeLabel.set
21360Sstevel@tonic-gate 	    ("text", "Minimum Ticket Lifetime (seconds):");
21370Sstevel@tonic-gate         PoMinTicketLifetimeLabel.set
21380Sstevel@tonic-gate 	    ("anchor",
21390Sstevel@tonic-gate 	     new sunsoft.jws.visual.rt.type.AnchorEnum("east"));
21400Sstevel@tonic-gate 
21410Sstevel@tonic-gate         PoMinTicketLifetime = new TextFieldShadow();
21420Sstevel@tonic-gate         PoMinTicketLifetime.set("name", "PoMinTicketLifetime");
21430Sstevel@tonic-gate         gbpanel50.add(PoMinTicketLifetime);
21440Sstevel@tonic-gate         PoMinTicketLifetime.set("GBConstraints", new GBConstraints
21450Sstevel@tonic-gate 				("x=2;y=12;fill=horizontal"));
21460Sstevel@tonic-gate 
21470Sstevel@tonic-gate         PoMinTicketLifetimeMoreButton = new ButtonShadow();
21480Sstevel@tonic-gate         PoMinTicketLifetimeMoreButton.set
21490Sstevel@tonic-gate 	    ("name", "PoMinTicketLifetimeMoreButton");
21500Sstevel@tonic-gate         gbpanel50.add(PoMinTicketLifetimeMoreButton);
21510Sstevel@tonic-gate         PoMinTicketLifetimeMoreButton.set("GBConstraints",
21520Sstevel@tonic-gate 					  new GBConstraints("x=3;y=12"));
21530Sstevel@tonic-gate         PoMinTicketLifetimeMoreButton.set("standard", Boolean.FALSE);
21540Sstevel@tonic-gate         PoMinTicketLifetimeMoreButton.set("text", "...");
21550Sstevel@tonic-gate 
21560Sstevel@tonic-gate         PoMaxTicketLifetimeLabel = new LabelShadow();
21570Sstevel@tonic-gate         PoMaxTicketLifetimeLabel.set
21580Sstevel@tonic-gate 	    ("name", "PoMaxTicketLifetimeLabel");
21590Sstevel@tonic-gate         gbpanel50.add(PoMaxTicketLifetimeLabel);
21600Sstevel@tonic-gate         PoMaxTicketLifetimeLabel.set("GBConstraints",
21610Sstevel@tonic-gate 				     new GBConstraints("x=0;y=14"));
21620Sstevel@tonic-gate         PoMaxTicketLifetimeLabel.set
21630Sstevel@tonic-gate 	    ("text", "Maximum Ticket Lifetime (seconds):");
21640Sstevel@tonic-gate         PoMaxTicketLifetimeLabel.set
21650Sstevel@tonic-gate 	    ("anchor",
21660Sstevel@tonic-gate 	     new sunsoft.jws.visual.rt.type.AnchorEnum("east"));
21670Sstevel@tonic-gate 
21680Sstevel@tonic-gate         PoMaxTicketLifetime = new TextFieldShadow();
21690Sstevel@tonic-gate         PoMaxTicketLifetime.set("name", "PoMaxTicketLifetime");
21700Sstevel@tonic-gate         gbpanel50.add(PoMaxTicketLifetime);
21710Sstevel@tonic-gate         PoMaxTicketLifetime.set("GBConstraints", new GBConstraints
21720Sstevel@tonic-gate 				("x=2;y=14;fill=horizontal"));
21730Sstevel@tonic-gate 
21740Sstevel@tonic-gate         PoMaxTicketLifetimeMoreButton = new ButtonShadow();
21750Sstevel@tonic-gate         PoMaxTicketLifetimeMoreButton.set
21760Sstevel@tonic-gate 	    ("name", "PoMaxTicketLifetimeMoreButton");
21770Sstevel@tonic-gate         gbpanel50.add(PoMaxTicketLifetimeMoreButton);
21780Sstevel@tonic-gate         PoMaxTicketLifetimeMoreButton.set
21790Sstevel@tonic-gate 	    ("GBConstraints", new GBConstraints("x=3;y=14"));
21800Sstevel@tonic-gate         PoMaxTicketLifetimeMoreButton.set("standard", Boolean.FALSE);
21810Sstevel@tonic-gate         PoMaxTicketLifetimeMoreButton.set("text", "...");
21820Sstevel@tonic-gate 
21830Sstevel@tonic-gate         PoReferencesLabel = new LabelShadow();
21840Sstevel@tonic-gate         PoReferencesLabel.set("name", "PoReferencesLabel");
21850Sstevel@tonic-gate         gbpanel50.add(PoReferencesLabel);
21860Sstevel@tonic-gate         PoReferencesLabel.set("GBConstraints", new GBConstraints
21870Sstevel@tonic-gate 			      ("x=0;y=16"));
21880Sstevel@tonic-gate         PoReferencesLabel.set("text", "Principals Using This Policy:");
21890Sstevel@tonic-gate         PoReferencesLabel.set("anchor",
21900Sstevel@tonic-gate 			      new sunsoft.jws.visual.rt.type.AnchorEnum
21910Sstevel@tonic-gate 			      ("east"));
21920Sstevel@tonic-gate 
21930Sstevel@tonic-gate         PoReferences = new LabelShadow();
21940Sstevel@tonic-gate         PoReferences.set("name", "PoReferences");
21950Sstevel@tonic-gate         gbpanel50.add(PoReferences);
21960Sstevel@tonic-gate         PoReferences.set("GBConstraints", new GBConstraints
21970Sstevel@tonic-gate 			 ("x=2;y=16"));
21980Sstevel@tonic-gate         PoReferences.set("text", "");
21990Sstevel@tonic-gate         PoReferences.set("anchor",
22000Sstevel@tonic-gate 			 new sunsoft.jws.visual.rt.type.AnchorEnum
22010Sstevel@tonic-gate 			 ("west"));
22020Sstevel@tonic-gate 
22030Sstevel@tonic-gate         labelbar23 = new LabelBarShadow();
22040Sstevel@tonic-gate         labelbar23.set("name", "labelbar23");
22050Sstevel@tonic-gate         gbpanel50.add(labelbar23);
22060Sstevel@tonic-gate         labelbar23.set("GBConstraints", new GBConstraints
22070Sstevel@tonic-gate 		       ("x=0;y=18;width=4;fill=horizontal"));
22080Sstevel@tonic-gate 
22090Sstevel@tonic-gate         gbpanel25 = new GBPanelShadow();
22100Sstevel@tonic-gate         gbpanel25.set("name", "gbpanel25");
22110Sstevel@tonic-gate         gbpanel50.add(gbpanel25);
22120Sstevel@tonic-gate         {
22130Sstevel@tonic-gate             int _tmp[] = {14};
22140Sstevel@tonic-gate             gbpanel25.set("rowHeights", _tmp);
22150Sstevel@tonic-gate         }
22160Sstevel@tonic-gate         gbpanel25.set("GBConstraints", new GBConstraints
22170Sstevel@tonic-gate 		      ("x=0;y=20;width=4;fill=both"));
22180Sstevel@tonic-gate         {
22190Sstevel@tonic-gate             int _tmp[] = {14, 14, 14, 14, 14, 14, 14};
22200Sstevel@tonic-gate             gbpanel25.set("columnWidths", _tmp);
22210Sstevel@tonic-gate         }
22220Sstevel@tonic-gate         {
22230Sstevel@tonic-gate             double _tmp[] = {0.0};
22240Sstevel@tonic-gate             gbpanel25.set("rowWeights", _tmp);
22250Sstevel@tonic-gate         }
22260Sstevel@tonic-gate         {
22270Sstevel@tonic-gate             double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
22280Sstevel@tonic-gate             gbpanel25.set("columnWeights", _tmp);
22290Sstevel@tonic-gate         }
22300Sstevel@tonic-gate 
22310Sstevel@tonic-gate         PoDetailSave = new ButtonShadow();
22320Sstevel@tonic-gate         PoDetailSave.set("name", "PoDetailSave");
22330Sstevel@tonic-gate         gbpanel25.add(PoDetailSave);
22340Sstevel@tonic-gate         PoDetailSave.set("GBConstraints", new GBConstraints("x=0;y=0"));
22350Sstevel@tonic-gate         PoDetailSave.set("text", "Save");
22360Sstevel@tonic-gate 
22370Sstevel@tonic-gate         PoDetailPrevious = new ButtonShadow();
22380Sstevel@tonic-gate         PoDetailPrevious.set("name", "PoDetailPrevious");
22390Sstevel@tonic-gate         gbpanel25.add(PoDetailPrevious);
22400Sstevel@tonic-gate         PoDetailPrevious.set("GBConstraints", new GBConstraints
22410Sstevel@tonic-gate 			     ("x=2;y=0"));
22420Sstevel@tonic-gate         PoDetailPrevious.set("text", "Previous");
22430Sstevel@tonic-gate 
22440Sstevel@tonic-gate         PoDetailDone = new ButtonShadow();
22450Sstevel@tonic-gate         PoDetailDone.set("name", "PoDetailDone");
22460Sstevel@tonic-gate         gbpanel25.add(PoDetailDone);
22470Sstevel@tonic-gate         PoDetailDone.set("GBConstraints", new GBConstraints("x=4;y=0"));
22480Sstevel@tonic-gate         PoDetailDone.set("text", "Done");
22490Sstevel@tonic-gate 
22500Sstevel@tonic-gate         PoDetailCancel = new ButtonShadow();
22510Sstevel@tonic-gate         PoDetailCancel.set("name", "PoDetailCancel");
22520Sstevel@tonic-gate         gbpanel25.add(PoDetailCancel);
22530Sstevel@tonic-gate         PoDetailCancel.set("GBConstraints", new GBConstraints
22540Sstevel@tonic-gate 			   ("x=6;y=0"));
22550Sstevel@tonic-gate         PoDetailCancel.set("text", "Cancel");
22560Sstevel@tonic-gate 
22570Sstevel@tonic-gate         menubar1 = new MenuBarShadow();
22580Sstevel@tonic-gate         menubar1.set("name", "menubar1");
22590Sstevel@tonic-gate         mainframe.add(menubar1);
22600Sstevel@tonic-gate         menubar1.set("helpMenu", new AMRef("Help"));
22610Sstevel@tonic-gate         menubar1.set("font",
22620Sstevel@tonic-gate 		     convert("java.awt.Font",
22630Sstevel@tonic-gate 			     "name=Dialog;style=plain;size=12"));
22640Sstevel@tonic-gate 
22650Sstevel@tonic-gate         File = new MenuShadow();
22660Sstevel@tonic-gate         File.set("name", "File");
22670Sstevel@tonic-gate         menubar1.add(File);
22680Sstevel@tonic-gate         File.set("text", "File");
22690Sstevel@tonic-gate         File.set("canTearOff", Boolean.FALSE);
22700Sstevel@tonic-gate 
22710Sstevel@tonic-gate         Print = new MenuShadow();
22720Sstevel@tonic-gate         Print.set("name", "Print");
22730Sstevel@tonic-gate         File.add(Print);
22740Sstevel@tonic-gate         Print.set("text", "Print");
22750Sstevel@tonic-gate         Print.set("canTearOff", Boolean.FALSE);
22760Sstevel@tonic-gate 
22770Sstevel@tonic-gate         PrintCurPr = new MenuItemShadow();
22780Sstevel@tonic-gate         PrintCurPr.set("name", "PrintCurPr");
22790Sstevel@tonic-gate         Print.add(PrintCurPr);
22800Sstevel@tonic-gate         PrintCurPr.set("enabled", Boolean.FALSE);
22810Sstevel@tonic-gate         PrintCurPr.set("text", "Current Principal");
22820Sstevel@tonic-gate 
22830Sstevel@tonic-gate         PrintCurPol = new MenuItemShadow();
22840Sstevel@tonic-gate         PrintCurPol.set("name", "PrintCurPol");
22850Sstevel@tonic-gate         Print.add(PrintCurPol);
22860Sstevel@tonic-gate         PrintCurPol.set("enabled", Boolean.FALSE);
22870Sstevel@tonic-gate         PrintCurPol.set("text", "Current Policy");
22880Sstevel@tonic-gate 
22890Sstevel@tonic-gate         PrintPrlist = new MenuItemShadow();
22900Sstevel@tonic-gate         PrintPrlist.set("name", "PrintPrlist");
22910Sstevel@tonic-gate         Print.add(PrintPrlist);
22920Sstevel@tonic-gate         PrintPrlist.set("text", "Principal List");
22930Sstevel@tonic-gate 
22940Sstevel@tonic-gate         PrintPollist = new MenuItemShadow();
22950Sstevel@tonic-gate         PrintPollist.set("name", "PrintPollist");
22960Sstevel@tonic-gate         Print.add(PrintPollist);
22970Sstevel@tonic-gate         PrintPollist.set("text", "Policy List");
22980Sstevel@tonic-gate 
22990Sstevel@tonic-gate         logout = new MenuItemShadow();
23000Sstevel@tonic-gate         logout.set("name", "logout");
23010Sstevel@tonic-gate         File.add(logout);
23020Sstevel@tonic-gate         logout.set("text", "Log Out");
23030Sstevel@tonic-gate 
23040Sstevel@tonic-gate         Exit = new MenuItemShadow();
23050Sstevel@tonic-gate         Exit.set("name", "Exit");
23060Sstevel@tonic-gate         File.add(Exit);
23070Sstevel@tonic-gate         Exit.set("text", "Exit");
23080Sstevel@tonic-gate 
23090Sstevel@tonic-gate         editMenu = new MenuShadow();
23100Sstevel@tonic-gate         editMenu.set("name", "editMenu");
23110Sstevel@tonic-gate         menubar1.add(editMenu);
23120Sstevel@tonic-gate         editMenu.set("text", "Edit");
23130Sstevel@tonic-gate         editMenu.set("canTearOff", Boolean.FALSE);
23140Sstevel@tonic-gate 
23150Sstevel@tonic-gate         editPreferences = new MenuItemShadow();
23160Sstevel@tonic-gate         editPreferences.set("name", "editPreferences");
23170Sstevel@tonic-gate         editMenu.add(editPreferences);
23180Sstevel@tonic-gate         editPreferences.set("text", "Properties...");
23190Sstevel@tonic-gate 
23200Sstevel@tonic-gate         menu2 = new MenuShadow();
23210Sstevel@tonic-gate         menu2.set("name", "menu2");
23220Sstevel@tonic-gate         menubar1.add(menu2);
23230Sstevel@tonic-gate         menu2.set("text", "Refresh");
23240Sstevel@tonic-gate         menu2.set("canTearOff", Boolean.FALSE);
23250Sstevel@tonic-gate 
23260Sstevel@tonic-gate         refreshPrincipals = new MenuItemShadow();
23270Sstevel@tonic-gate         refreshPrincipals.set("name", "refreshPrincipals");
23280Sstevel@tonic-gate         menu2.add(refreshPrincipals);
23290Sstevel@tonic-gate         refreshPrincipals.set("text", "Principal List");
23300Sstevel@tonic-gate 
23310Sstevel@tonic-gate         refreshPolicies = new MenuItemShadow();
23320Sstevel@tonic-gate         refreshPolicies.set("name", "refreshPolicies");
23330Sstevel@tonic-gate         menu2.add(refreshPolicies);
23340Sstevel@tonic-gate         refreshPolicies.set("text", "Policy List");
23350Sstevel@tonic-gate 
23360Sstevel@tonic-gate         Help = new MenuShadow();
23370Sstevel@tonic-gate         Help.set("name", "Help");
23380Sstevel@tonic-gate         menubar1.add(Help);
23390Sstevel@tonic-gate         Help.set("text", "Help");
23400Sstevel@tonic-gate         Help.set("canTearOff", Boolean.FALSE);
23410Sstevel@tonic-gate 
23420Sstevel@tonic-gate         browserHelp2 = new MenuItemShadow();
23430Sstevel@tonic-gate         browserHelp2.set("name", "browserHelp2");
23440Sstevel@tonic-gate         Help.add(browserHelp2);
23450Sstevel@tonic-gate         browserHelp2.set("text", "Help Contents");
23460Sstevel@tonic-gate 
23470Sstevel@tonic-gate         Context = new MenuItemShadow();
23480Sstevel@tonic-gate         Context.set("name", "Context");
23490Sstevel@tonic-gate         Help.add(Context);
23500Sstevel@tonic-gate         Context.set("text", "Context-sensitive help");
23510Sstevel@tonic-gate         Context.set("separator", Boolean.TRUE);
23520Sstevel@tonic-gate 
23530Sstevel@tonic-gate         About = new MenuItemShadow();
23540Sstevel@tonic-gate         About.set("name", "About");
23550Sstevel@tonic-gate         Help.add(About);
23560Sstevel@tonic-gate         About.set("text", "About");
23570Sstevel@tonic-gate 
23580Sstevel@tonic-gate         group.addOperations(new KdcGuiOps());
23590Sstevel@tonic-gate     }
23600Sstevel@tonic-gate 
23610Sstevel@tonic-gate     // methods from lib/visual/gen/methods.java
23620Sstevel@tonic-gate 
23630Sstevel@tonic-gate     /**
23640Sstevel@tonic-gate      * Converts a string to the specified type.
23650Sstevel@tonic-gate      */
convert(String type, String value)23660Sstevel@tonic-gate     private Object convert(String type, String value) {
23670Sstevel@tonic-gate         return (Converter.getConverter(type).convertFromString(value));
23680Sstevel@tonic-gate     }
23690Sstevel@tonic-gate }
2370