Searched refs:gbc (Results 176 - 200 of 666) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java486 GridBagConstraints gbc = new GridBagConstraints();
487 gbc.gridx = 0;
488 gbc.gridy = 0;
489 gbc.fill = GridBagConstraints.BOTH;
490 gbc.weightx = 0.0;
491 gbc.weighty = 0.0;
493 gbc.gridwidth = 1;
496 add(l, gbc);
497 gbc.gridx ++;
498 gbc
[all...]
H A DBaseDNPanel.java87 GridBagConstraints gbc = new GridBagConstraints();
88 gbc.anchor = GridBagConstraints.WEST;
89 gbc.gridx = 0;
90 gbc.gridy = 0;
92 gbc.weightx = 0.0;
93 gbc.gridwidth = 1;
94 gbc.fill = GridBagConstraints.NONE;
96 add(dnLabel, gbc);
97 gbc.insets.left = 10;
98 gbc
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java485 GridBagConstraints gbc = new GridBagConstraints();
486 gbc.gridx = 0;
487 gbc.gridy = 0;
488 gbc.fill = GridBagConstraints.BOTH;
489 gbc.weightx = 0.0;
490 gbc.weighty = 0.0;
492 gbc.gridwidth = 1;
495 add(l, gbc);
496 gbc.gridx ++;
497 gbc
[all...]
H A DBaseDNPanel.java86 GridBagConstraints gbc = new GridBagConstraints();
87 gbc.anchor = GridBagConstraints.WEST;
88 gbc.gridx = 0;
89 gbc.gridy = 0;
91 gbc.weightx = 0.0;
92 gbc.gridwidth = 1;
93 gbc.fill = GridBagConstraints.NONE;
95 add(dnLabel, gbc);
96 gbc.insets.left = 10;
97 gbc
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java486 GridBagConstraints gbc = new GridBagConstraints();
487 gbc.gridx = 0;
488 gbc.gridy = 0;
489 gbc.fill = GridBagConstraints.BOTH;
490 gbc.weightx = 0.0;
491 gbc.weighty = 0.0;
493 gbc.gridwidth = 1;
496 add(l, gbc);
497 gbc.gridx ++;
498 gbc
[all...]
H A DBaseDNPanel.java87 GridBagConstraints gbc = new GridBagConstraints();
88 gbc.anchor = GridBagConstraints.WEST;
89 gbc.gridx = 0;
90 gbc.gridy = 0;
92 gbc.weightx = 0.0;
93 gbc.gridwidth = 1;
94 gbc.fill = GridBagConstraints.NONE;
96 add(dnLabel, gbc);
97 gbc.insets.left = 10;
98 gbc
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java485 GridBagConstraints gbc = new GridBagConstraints();
486 gbc.gridx = 0;
487 gbc.gridy = 0;
488 gbc.fill = GridBagConstraints.BOTH;
489 gbc.weightx = 0.0;
490 gbc.weighty = 0.0;
492 gbc.gridwidth = 1;
495 add(l, gbc);
496 gbc.gridx ++;
497 gbc
[all...]
H A DBaseDNPanel.java86 GridBagConstraints gbc = new GridBagConstraints();
87 gbc.anchor = GridBagConstraints.WEST;
88 gbc.gridx = 0;
89 gbc.gridy = 0;
91 gbc.weightx = 0.0;
92 gbc.gridwidth = 1;
93 gbc.fill = GridBagConstraints.NONE;
95 add(dnLabel, gbc);
96 gbc.insets.left = 10;
97 gbc
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java486 GridBagConstraints gbc = new GridBagConstraints();
487 gbc.gridx = 0;
488 gbc.gridy = 0;
489 gbc.fill = GridBagConstraints.BOTH;
490 gbc.weightx = 0.0;
491 gbc.weighty = 0.0;
493 gbc.gridwidth = 1;
496 add(l, gbc);
497 gbc.gridx ++;
498 gbc
[all...]
H A DBaseDNPanel.java87 GridBagConstraints gbc = new GridBagConstraints();
88 gbc.anchor = GridBagConstraints.WEST;
89 gbc.gridx = 0;
90 gbc.gridy = 0;
92 gbc.weightx = 0.0;
93 gbc.gridwidth = 1;
94 gbc.fill = GridBagConstraints.NONE;
96 add(dnLabel, gbc);
97 gbc.insets.left = 10;
98 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java471 GridBagConstraints gbc = new GridBagConstraints();
472 gbc.gridx = 0;
473 gbc.gridy = 0;
474 gbc.fill = GridBagConstraints.BOTH;
475 gbc.weightx = 0.0;
476 gbc.weighty = 0.0;
478 gbc.gridwidth = 1;
481 add(l, gbc);
482 gbc.gridx ++;
483 gbc
[all...]
H A DBaseDNPanel.java85 GridBagConstraints gbc = new GridBagConstraints();
86 gbc.anchor = GridBagConstraints.WEST;
87 gbc.gridx = 0;
88 gbc.gridy = 0;
90 gbc.weightx = 0.0;
91 gbc.gridwidth = 1;
92 gbc.fill = GridBagConstraints.NONE;
94 add(dnLabel, gbc);
95 gbc.insets.left = 10;
96 gbc
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DTitlePanel.java64 GridBagConstraints gbc = new GridBagConstraints();
70 gbc.fill = GridBagConstraints.NONE;
71 gbc.anchor = GridBagConstraints.SOUTHWEST;
72 gbc.gridx = 0;
73 gbc.gridy = 0;
74 add(lTitle, gbc);
75 gbc.gridx ++;
76 add(lDetails, gbc);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DTitlePanel.java63 GridBagConstraints gbc = new GridBagConstraints();
69 gbc.fill = GridBagConstraints.NONE;
70 gbc.anchor = GridBagConstraints.SOUTHWEST;
71 gbc.gridx = 0;
72 gbc.gridy = 0;
73 add(lTitle, gbc);
74 gbc.gridx ++;
75 add(lDetails, gbc);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DTitlePanel.java64 GridBagConstraints gbc = new GridBagConstraints();
70 gbc.fill = GridBagConstraints.NONE;
71 gbc.anchor = GridBagConstraints.SOUTHWEST;
72 gbc.gridx = 0;
73 gbc.gridy = 0;
74 add(lTitle, gbc);
75 gbc.gridx ++;
76 add(lDetails, gbc);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DTitlePanel.java63 GridBagConstraints gbc = new GridBagConstraints();
69 gbc.fill = GridBagConstraints.NONE;
70 gbc.anchor = GridBagConstraints.SOUTHWEST;
71 gbc.gridx = 0;
72 gbc.gridy = 0;
73 add(lTitle, gbc);
74 gbc.gridx ++;
75 add(lDetails, gbc);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DTitlePanel.java64 GridBagConstraints gbc = new GridBagConstraints();
70 gbc.fill = GridBagConstraints.NONE;
71 gbc.anchor = GridBagConstraints.SOUTHWEST;
72 gbc.gridx = 0;
73 gbc.gridy = 0;
74 add(lTitle, gbc);
75 gbc.gridx ++;
76 add(lDetails, gbc);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DTitlePanel.java64 GridBagConstraints gbc = new GridBagConstraints();
70 gbc.fill = GridBagConstraints.NONE;
71 gbc.anchor = GridBagConstraints.SOUTHWEST;
72 gbc.gridx = 0;
73 gbc.gridy = 0;
74 add(lTitle, gbc);
75 gbc.gridx ++;
76 add(lDetails, gbc);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java220 GridBagConstraints gbc = new GridBagConstraints();
221 gbc.gridwidth = GridBagConstraints.RELATIVE;
222 gbc.anchor = GridBagConstraints.NORTHWEST;
223 gbc.insets = UIFactory.getCurrentStepPanelInsets();
225 UIFactory.TextStyle.NO_STYLE), gbc);
226 gbc.weightx = 1.0;
227 gbc.fill = GridBagConstraints.BOTH;
228 gbc.gridwidth = GridBagConstraints.REMAINDER;
229 gbc.insets.left = 0;
236 p1.add(textPane, gbc);
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java219 GridBagConstraints gbc = new GridBagConstraints();
220 gbc.gridwidth = GridBagConstraints.RELATIVE;
221 gbc.anchor = GridBagConstraints.NORTHWEST;
222 gbc.insets = UIFactory.getCurrentStepPanelInsets();
224 UIFactory.TextStyle.NO_STYLE), gbc);
225 gbc.weightx = 1.0;
226 gbc.fill = GridBagConstraints.BOTH;
227 gbc.gridwidth = GridBagConstraints.REMAINDER;
228 gbc.insets.left = 0;
235 p1.add(textPane, gbc);
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java220 GridBagConstraints gbc = new GridBagConstraints();
221 gbc.gridwidth = GridBagConstraints.RELATIVE;
222 gbc.anchor = GridBagConstraints.NORTHWEST;
223 gbc.insets = UIFactory.getCurrentStepPanelInsets();
225 UIFactory.TextStyle.NO_STYLE), gbc);
226 gbc.weightx = 1.0;
227 gbc.fill = GridBagConstraints.BOTH;
228 gbc.gridwidth = GridBagConstraints.REMAINDER;
229 gbc.insets.left = 0;
236 p1.add(textPane, gbc);
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java219 GridBagConstraints gbc = new GridBagConstraints();
220 gbc.gridwidth = GridBagConstraints.RELATIVE;
221 gbc.anchor = GridBagConstraints.NORTHWEST;
222 gbc.insets = UIFactory.getCurrentStepPanelInsets();
224 UIFactory.TextStyle.NO_STYLE), gbc);
225 gbc.weightx = 1.0;
226 gbc.fill = GridBagConstraints.BOTH;
227 gbc.gridwidth = GridBagConstraints.REMAINDER;
228 gbc.insets.left = 0;
235 p1.add(textPane, gbc);
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java220 GridBagConstraints gbc = new GridBagConstraints();
221 gbc.gridwidth = GridBagConstraints.RELATIVE;
222 gbc.anchor = GridBagConstraints.NORTHWEST;
223 gbc.insets = UIFactory.getCurrentStepPanelInsets();
225 UIFactory.TextStyle.NO_STYLE), gbc);
226 gbc.weightx = 1.0;
227 gbc.fill = GridBagConstraints.BOTH;
228 gbc.gridwidth = GridBagConstraints.REMAINDER;
229 gbc.insets.left = 0;
236 p1.add(textPane, gbc);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java218 GridBagConstraints gbc = new GridBagConstraints();
219 gbc.gridwidth = GridBagConstraints.RELATIVE;
220 gbc.anchor = GridBagConstraints.NORTHWEST;
221 gbc.insets = UIFactory.getCurrentStepPanelInsets();
223 UIFactory.TextStyle.NO_STYLE), gbc);
224 gbc.weightx = 1.0;
225 gbc.fill = GridBagConstraints.BOTH;
226 gbc.gridwidth = GridBagConstraints.REMAINDER;
227 gbc.insets.left = 0;
234 p1.add(textPane, gbc);
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java296 GridBagConstraints gbc = new GridBagConstraints();
306 gbc.weightx = 1.0;
307 gbc.weighty = 0.0;
308 gbc.gridwidth = GridBagConstraints.REMAINDER;
309 gbc.fill = GridBagConstraints.HORIZONTAL;
310 gbc.anchor = GridBagConstraints.NORTHWEST;
311 gbc.insets.left = 0;
312 add(titlePanel, gbc);
320 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
323 gbc
[all...]

Completed in 78 milliseconds

1234567891011>>