Lines Matching refs:gridbag

642                                 GridBagLayout gridbag,  in addToGB()  argument
645 gridbag.setConstraints(comp, constraints); in addToGB()
675 GridBagLayout gridbag = new GridBagLayout(); in GeneralPanel() local
678 setLayout(gridbag); in GeneralPanel()
687 addToGB(pnlPrintService, this, gridbag, c); in GeneralPanel()
691 addToGB(pnlPrintRange, this, gridbag, c); in GeneralPanel()
695 addToGB(pnlCopies, this, gridbag, c); in GeneralPanel()
727 GridBagLayout gridbag = new GridBagLayout(); in PrintServicePanel() local
730 setLayout(gridbag); in PrintServicePanel()
749 addToGB(lblName, this, gridbag, c); in PrintServicePanel()
752 addToGB(cbName, this, gridbag, c); in PrintServicePanel()
756 addToGB(btnProperties, this, gridbag, c); in PrintServicePanel()
759 lblStatus = addLabel(getMsg("label.status"), gridbag, c); in PrintServicePanel()
762 lblType = addLabel(getMsg("label.pstype"), gridbag, c); in PrintServicePanel()
767 this, gridbag, c); in PrintServicePanel()
772 addToGB(lblInfo, this, gridbag, c); in PrintServicePanel()
776 addToGB(cbPrintToFile, this, gridbag, c); in PrintServicePanel()
786 GridBagLayout gridbag, GridBagConstraints c) in addLabel() argument
789 addToGB(new JLabel(text, JLabel.TRAILING), this, gridbag, c); in addLabel()
793 addToGB(label, this, gridbag, c); in addLabel()
979 GridBagLayout gridbag = new GridBagLayout(); in PrintRangePanel() local
982 setLayout(gridbag); in PrintRangePanel()
995 addToGB(pnlTop, this, gridbag, c); in PrintRangePanel()
1052 addToGB(pnlBottom, this, gridbag, c); in PrintRangePanel()
1191 GridBagLayout gridbag = new GridBagLayout(); in CopiesPanel() local
1194 setLayout(gridbag); in CopiesPanel()
1204 addToGB(lblCopies, this, gridbag, c); in CopiesPanel()
1213 addToGB(spinCopies, this, gridbag, c); in CopiesPanel()
1217 addToGB(cbCollate, this, gridbag, c); in CopiesPanel()
1320 GridBagLayout gridbag = new GridBagLayout(); in PageSetupPanel() local
1323 setLayout(gridbag); in PageSetupPanel()
1332 addToGB(pnlMedia, this, gridbag, c); in PageSetupPanel()
1336 addToGB(pnlOrientation, this, gridbag, c); in PageSetupPanel()
1342 addToGB(pnlMargins, this, gridbag, c); in PageSetupPanel()
1368 GridBagLayout gridbag = new GridBagLayout(); in MarginsPanel() local
1375 setLayout(gridbag); in MarginsPanel()
1436 addToGB(lblLeft, this, gridbag, c); in MarginsPanel()
1443 addToGB(lblRight, this, gridbag, c); in MarginsPanel()
1446 addToGB(leftMargin, this, gridbag, c); in MarginsPanel()
1449 addToGB(rightMargin, this, gridbag, c); in MarginsPanel()
1452 addToGB(new JPanel(), this, gridbag, c); in MarginsPanel()
1459 addToGB(lblTop, this, gridbag, c); in MarginsPanel()
1466 addToGB(lblBottom, this, gridbag, c); in MarginsPanel()
1469 addToGB(topMargin, this, gridbag, c); in MarginsPanel()
1472 addToGB(bottomMargin, this, gridbag, c); in MarginsPanel()
1894 GridBagLayout gridbag = new GridBagLayout(); in MediaPanel() local
1897 setLayout(gridbag); in MediaPanel()
1911 addToGB(lblSize, this, gridbag, c); in MediaPanel()
1914 addToGB(cbSize, this, gridbag, c); in MediaPanel()
1921 addToGB(lblSource, this, gridbag, c); in MediaPanel()
1923 addToGB(cbSource, this, gridbag, c); in MediaPanel()
2127 GridBagLayout gridbag = new GridBagLayout(); in OrientationPanel() local
2130 setLayout(gridbag); in OrientationPanel()
2143 addToGB(rbPortrait, this, gridbag, c); in OrientationPanel()
2148 addToGB(rbLandscape, this, gridbag, c); in OrientationPanel()
2153 addToGB(rbRevPortrait, this, gridbag, c); in OrientationPanel()
2158 addToGB(rbRevLandscape, this, gridbag, c); in OrientationPanel()
2284 GridBagLayout gridbag = new GridBagLayout(); in AppearancePanel() local
2287 setLayout(gridbag); in AppearancePanel()
2296 addToGB(pnlChromaticity, this, gridbag, c); in AppearancePanel()
2300 addToGB(pnlQuality, this, gridbag, c); in AppearancePanel()
2304 addToGB(pnlSides, this, gridbag, c); in AppearancePanel()
2308 addToGB(pnlJobAttributes, this, gridbag, c); in AppearancePanel()
2329 GridBagLayout gridbag = new GridBagLayout(); in ChromaticityPanel() local
2332 setLayout(gridbag); in ChromaticityPanel()
2343 addToGB(rbMonochrome, this, gridbag, c); in ChromaticityPanel()
2346 addToGB(rbColor, this, gridbag, c); in ChromaticityPanel()
2419 GridBagLayout gridbag = new GridBagLayout(); in QualityPanel() local
2422 setLayout(gridbag); in QualityPanel()
2432 addToGB(rbDraft, this, gridbag, c); in QualityPanel()
2436 addToGB(rbNormal, this, gridbag, c); in QualityPanel()
2439 addToGB(rbHigh, this, gridbag, c); in QualityPanel()
2520 GridBagLayout gridbag = new GridBagLayout(); in SidesPanel() local
2523 setLayout(gridbag); in SidesPanel()
2536 addToGB(rbOneSide, this, gridbag, c); in SidesPanel()
2541 addToGB(rbTumble, this, gridbag, c); in SidesPanel()
2547 addToGB(rbDuplex, this, gridbag, c); in SidesPanel()
2627 GridBagLayout gridbag = new GridBagLayout(); in JobAttributesPanel() local
2630 setLayout(gridbag); in JobAttributesPanel()
2639 addToGB(cbJobSheets, this, gridbag, c); in JobAttributesPanel()
2657 addToGB(pnlTop, this, gridbag, c); in JobAttributesPanel()
2666 addToGB(lblJobName, this, gridbag, c); in JobAttributesPanel()
2675 addToGB(tfJobName, this, gridbag, c); in JobAttributesPanel()
2682 addToGB(lblUserName, this, gridbag, c); in JobAttributesPanel()
2690 addToGB(tfUserName, this, gridbag, c); in JobAttributesPanel()