Searched refs:gbc (Results 276 - 300 of 666) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DGlobalAdministratorPanel.java126 GridBagConstraints gbc = new GridBagConstraints();
127 gbc.weightx = 1.0;
128 gbc.fill = GridBagConstraints.HORIZONTAL;
129 gbc.gridwidth = GridBagConstraints.REMAINDER;
130 gbc.insets = UIFactory.getEmptyInsets();
140 gbc.insets = UIFactory.getEmptyInsets();
145 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
149 gbc.insets.top = 0;
151 gbc.gridwidth = GridBagConstraints.RELATIVE;
152 gbc
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java210 GridBagConstraints gbc = new GridBagConstraints();
222 gbc.gridwidth = 5;
223 gbc.weightx = 0.0;
224 gbc.weighty = 0.0;
225 gbc.insets.bottom = 0;
226 gbc.insets.right = UIFactory.HORIZONTAL_INSET_BETWEEN_BUTTONS;
227 gbc.anchor = GridBagConstraints.WEST;
228 gbc.fill = GridBagConstraints.NONE;
229 add(previousPanel, gbc);
230 gbc
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRootMonitoringPanel.java82 GridBagConstraints gbc = new GridBagConstraints();
83 gbc.gridy ++;
86 gbc.fill = GridBagConstraints.NONE;
87 gbc.anchor = GridBagConstraints.WEST;
88 gbc.gridwidth = 2;
89 gbc.gridy = 0;
90 gbc.insets.top = 5;
91 gbc.insets.bottom = 7;
92 add(lTitle, gbc);
94 gbc
[all...]
H A DNewGroupPanel.java329 GridBagConstraints gbc = new GridBagConstraints();
345 gbc.gridwidth = 2;
346 gbc.gridy = 0;
347 addErrorPane(gbc);
349 gbc.gridy ++;
350 gbc.gridwidth = 1;
351 gbc.weighty = 0.0;
352 gbc.gridx = 1;
353 gbc.anchor = GridBagConstraints.EAST;
354 gbc
[all...]
H A DProgressDialog.java361 GridBagConstraints gbc = new GridBagConstraints();
362 addErrorPane(gbc);
369 gbc.anchor = GridBagConstraints.WEST;
370 gbc.gridwidth = 1;
371 gbc.gridx = 0;
372 gbc.gridy = 1;
376 gbc.weightx = 1.0;
377 gbc.fill = GridBagConstraints.HORIZONTAL;
378 gbc.insets = new Insets(10, 20, 0, 30);
379 add(progressBar, gbc);
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DGlobalAdministratorPanel.java127 GridBagConstraints gbc = new GridBagConstraints();
128 gbc.weightx = 1.0;
129 gbc.fill = GridBagConstraints.HORIZONTAL;
130 gbc.gridwidth = GridBagConstraints.REMAINDER;
131 gbc.insets = UIFactory.getEmptyInsets();
141 gbc.insets = UIFactory.getEmptyInsets();
146 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
150 gbc.insets.top = 0;
152 gbc.gridwidth = GridBagConstraints.RELATIVE;
153 gbc
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java211 GridBagConstraints gbc = new GridBagConstraints();
223 gbc.gridwidth = 5;
224 gbc.weightx = 0.0;
225 gbc.weighty = 0.0;
226 gbc.insets.bottom = 0;
227 gbc.insets.right = UIFactory.HORIZONTAL_INSET_BETWEEN_BUTTONS;
228 gbc.anchor = GridBagConstraints.WEST;
229 gbc.fill = GridBagConstraints.NONE;
230 add(previousPanel, gbc);
231 gbc
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRootMonitoringPanel.java81 GridBagConstraints gbc = new GridBagConstraints();
82 gbc.gridy ++;
85 gbc.fill = GridBagConstraints.NONE;
86 gbc.anchor = GridBagConstraints.WEST;
87 gbc.gridwidth = 2;
88 gbc.gridy = 0;
89 gbc.insets.top = 5;
90 gbc.insets.bottom = 7;
91 add(lTitle, gbc);
93 gbc
[all...]
H A DProgressDialog.java360 GridBagConstraints gbc = new GridBagConstraints();
361 addErrorPane(gbc);
368 gbc.anchor = GridBagConstraints.WEST;
369 gbc.gridwidth = 1;
370 gbc.gridx = 0;
371 gbc.gridy = 1;
375 gbc.weightx = 1.0;
376 gbc.fill = GridBagConstraints.HORIZONTAL;
377 gbc.insets = new Insets(10, 20, 0, 30);
378 add(progressBar, gbc);
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DGlobalAdministratorPanel.java127 GridBagConstraints gbc = new GridBagConstraints();
128 gbc.weightx = 1.0;
129 gbc.fill = GridBagConstraints.HORIZONTAL;
130 gbc.gridwidth = GridBagConstraints.REMAINDER;
131 gbc.insets = UIFactory.getEmptyInsets();
141 gbc.insets = UIFactory.getEmptyInsets();
146 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
150 gbc.insets.top = 0;
152 gbc.gridwidth = GridBagConstraints.RELATIVE;
153 gbc
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java211 GridBagConstraints gbc = new GridBagConstraints();
223 gbc.gridwidth = 5;
224 gbc.weightx = 0.0;
225 gbc.weighty = 0.0;
226 gbc.insets.bottom = 0;
227 gbc.insets.right = UIFactory.HORIZONTAL_INSET_BETWEEN_BUTTONS;
228 gbc.anchor = GridBagConstraints.WEST;
229 gbc.fill = GridBagConstraints.NONE;
230 add(previousPanel, gbc);
231 gbc
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRootMonitoringPanel.java82 GridBagConstraints gbc = new GridBagConstraints();
83 gbc.gridy ++;
86 gbc.fill = GridBagConstraints.NONE;
87 gbc.anchor = GridBagConstraints.WEST;
88 gbc.gridwidth = 2;
89 gbc.gridy = 0;
90 gbc.insets.top = 5;
91 gbc.insets.bottom = 7;
92 add(lTitle, gbc);
94 gbc
[all...]
H A DNewGroupPanel.java329 GridBagConstraints gbc = new GridBagConstraints();
345 gbc.gridwidth = 2;
346 gbc.gridy = 0;
347 addErrorPane(gbc);
349 gbc.gridy ++;
350 gbc.gridwidth = 1;
351 gbc.weighty = 0.0;
352 gbc.gridx = 1;
353 gbc.anchor = GridBagConstraints.EAST;
354 gbc
[all...]
H A DProgressDialog.java361 GridBagConstraints gbc = new GridBagConstraints();
362 addErrorPane(gbc);
369 gbc.anchor = GridBagConstraints.WEST;
370 gbc.gridwidth = 1;
371 gbc.gridx = 0;
372 gbc.gridy = 1;
376 gbc.weightx = 1.0;
377 gbc.fill = GridBagConstraints.HORIZONTAL;
378 gbc.insets = new Insets(10, 20, 0, 30);
379 add(progressBar, gbc);
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRootMonitoringPanel.java81 GridBagConstraints gbc = new GridBagConstraints();
82 gbc.gridy ++;
85 gbc.fill = GridBagConstraints.NONE;
86 gbc.anchor = GridBagConstraints.WEST;
87 gbc.gridwidth = 2;
88 gbc.gridy = 0;
89 gbc.insets.top = 5;
90 gbc.insets.bottom = 7;
91 add(lTitle, gbc);
93 gbc
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DGlobalAdministratorPanel.java126 GridBagConstraints gbc = new GridBagConstraints();
127 gbc.weightx = 1.0;
128 gbc.fill = GridBagConstraints.HORIZONTAL;
129 gbc.gridwidth = GridBagConstraints.REMAINDER;
130 gbc.insets = UIFactory.getEmptyInsets();
140 gbc.insets = UIFactory.getEmptyInsets();
145 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
149 gbc.insets.top = 0;
151 gbc.gridwidth = GridBagConstraints.RELATIVE;
152 gbc
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java210 GridBagConstraints gbc = new GridBagConstraints();
222 gbc.gridwidth = 5;
223 gbc.weightx = 0.0;
224 gbc.weighty = 0.0;
225 gbc.insets.bottom = 0;
226 gbc.insets.right = UIFactory.HORIZONTAL_INSET_BETWEEN_BUTTONS;
227 gbc.anchor = GridBagConstraints.WEST;
228 gbc.fill = GridBagConstraints.NONE;
229 add(previousPanel, gbc);
230 gbc
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRootMonitoringPanel.java82 GridBagConstraints gbc = new GridBagConstraints();
83 gbc.gridy ++;
86 gbc.fill = GridBagConstraints.NONE;
87 gbc.anchor = GridBagConstraints.WEST;
88 gbc.gridwidth = 2;
89 gbc.gridy = 0;
90 gbc.insets.top = 5;
91 gbc.insets.bottom = 7;
92 add(lTitle, gbc);
94 gbc
[all...]
H A DNewGroupPanel.java329 GridBagConstraints gbc = new GridBagConstraints();
345 gbc.gridwidth = 2;
346 gbc.gridy = 0;
347 addErrorPane(gbc);
349 gbc.gridy ++;
350 gbc.gridwidth = 1;
351 gbc.weighty = 0.0;
352 gbc.gridx = 1;
353 gbc.anchor = GridBagConstraints.EAST;
354 gbc
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DGlobalAdministratorPanel.java127 GridBagConstraints gbc = new GridBagConstraints();
128 gbc.weightx = 1.0;
129 gbc.fill = GridBagConstraints.HORIZONTAL;
130 gbc.gridwidth = GridBagConstraints.REMAINDER;
131 gbc.insets = UIFactory.getEmptyInsets();
141 gbc.insets = UIFactory.getEmptyInsets();
146 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
150 gbc.insets.top = 0;
152 gbc.gridwidth = GridBagConstraints.RELATIVE;
153 gbc
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java211 GridBagConstraints gbc = new GridBagConstraints();
223 gbc.gridwidth = 5;
224 gbc.weightx = 0.0;
225 gbc.weighty = 0.0;
226 gbc.insets.bottom = 0;
227 gbc.insets.right = UIFactory.HORIZONTAL_INSET_BETWEEN_BUTTONS;
228 gbc.anchor = GridBagConstraints.WEST;
229 gbc.fill = GridBagConstraints.NONE;
230 add(previousPanel, gbc);
231 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DRootMonitoringPanel.java81 GridBagConstraints gbc = new GridBagConstraints();
82 gbc.gridy ++;
85 gbc.fill = GridBagConstraints.NONE;
86 gbc.anchor = GridBagConstraints.WEST;
87 gbc.gridwidth = 2;
88 gbc.gridy = 0;
89 gbc.insets.top = 5;
90 gbc.insets.bottom = 7;
91 add(lTitle, gbc);
93 gbc
[all...]
H A DNewGroupPanel.java312 GridBagConstraints gbc = new GridBagConstraints();
328 gbc.gridwidth = 2;
329 gbc.gridy = 0;
330 addErrorPane(gbc);
332 gbc.gridy ++;
333 gbc.gridwidth = 1;
334 gbc.weighty = 0.0;
335 gbc.gridx = 1;
336 gbc.anchor = GridBagConstraints.EAST;
337 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DGlobalAdministratorPanel.java115 GridBagConstraints gbc = new GridBagConstraints();
116 gbc.weightx = 1.0;
117 gbc.fill = GridBagConstraints.HORIZONTAL;
118 gbc.gridwidth = GridBagConstraints.REMAINDER;
119 gbc.insets = UIFactory.getEmptyInsets();
129 gbc.insets = UIFactory.getEmptyInsets();
134 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
138 gbc.insets.top = 0;
140 gbc.gridwidth = GridBagConstraints.RELATIVE;
141 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DButtonsPanel.java201 GridBagConstraints gbc = new GridBagConstraints();
213 gbc.gridwidth = 5;
214 gbc.weightx = 0.0;
215 gbc.weighty = 0.0;
216 gbc.insets.bottom = 0;
217 gbc.insets.right = UIFactory.HORIZONTAL_INSET_BETWEEN_BUTTONS;
218 gbc.anchor = GridBagConstraints.WEST;
219 gbc.fill = GridBagConstraints.NONE;
220 add(previousPanel, gbc);
221 gbc
[all...]

Completed in 101 milliseconds

<<11121314151617181920>>