Lines Matching refs:gbpanel3
225 public GBPanelShadow gbpanel3; field in KdcGuiRoot
560 gbpanel3 = new GBPanelShadow(); in KdcGuiRoot()
561 gbpanel3.set("name", "gbpanel3"); in KdcGuiRoot()
562 borderpanel1.add(gbpanel3); in KdcGuiRoot()
565 gbpanel3.set("rowHeights", _tmp); in KdcGuiRoot()
567 gbpanel3.set("GBConstraints", new GBConstraints in KdcGuiRoot()
571 gbpanel3.set("columnWidths", _tmp); in KdcGuiRoot()
573 gbpanel3.set("layoutName", "North"); in KdcGuiRoot()
576 gbpanel3.set("rowWeights", _tmp); in KdcGuiRoot()
580 gbpanel3.set("columnWeights", _tmp); in KdcGuiRoot()
585 gbpanel3.add(PrListLabel); in KdcGuiRoot()