Searched refs:gbc (Results 201 - 225 of 666) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java297 GridBagConstraints gbc = new GridBagConstraints();
307 gbc.weightx = 1.0;
308 gbc.weighty = 0.0;
309 gbc.gridwidth = GridBagConstraints.REMAINDER;
310 gbc.fill = GridBagConstraints.HORIZONTAL;
311 gbc.anchor = GridBagConstraints.NORTHWEST;
312 gbc.insets.left = 0;
313 add(titlePanel, gbc);
321 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
324 gbc
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java297 GridBagConstraints gbc = new GridBagConstraints();
307 gbc.weightx = 1.0;
308 gbc.weighty = 0.0;
309 gbc.gridwidth = GridBagConstraints.REMAINDER;
310 gbc.fill = GridBagConstraints.HORIZONTAL;
311 gbc.anchor = GridBagConstraints.NORTHWEST;
312 gbc.insets.left = 0;
313 add(titlePanel, gbc);
321 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
324 gbc
[all...]
/forgerock/opendj2-hg/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...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java297 GridBagConstraints gbc = new GridBagConstraints();
307 gbc.weightx = 1.0;
308 gbc.weighty = 0.0;
309 gbc.gridwidth = GridBagConstraints.REMAINDER;
310 gbc.fill = GridBagConstraints.HORIZONTAL;
311 gbc.anchor = GridBagConstraints.NORTHWEST;
312 gbc.insets.left = 0;
313 add(titlePanel, gbc);
321 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
324 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java293 GridBagConstraints gbc = new GridBagConstraints();
303 gbc.weightx = 1.0;
304 gbc.weighty = 0.0;
305 gbc.gridwidth = GridBagConstraints.REMAINDER;
306 gbc.fill = GridBagConstraints.HORIZONTAL;
307 gbc.anchor = GridBagConstraints.NORTHWEST;
308 gbc.insets.left = 0;
309 add(titlePanel, gbc);
317 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
320 gbc
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupPanel.java150 GridBagConstraints gbc = new GridBagConstraints();
151 gbc.anchor = GridBagConstraints.WEST;
152 gbc.gridx = 0;
153 gbc.gridy = 0;
154 gbc.gridwidth = 3;
155 addErrorPane(gbc);
157 gbc.weightx = 0.0;
158 gbc.gridy ++;
159 gbc.gridwidth = 1;
160 gbc
[all...]
H A DExportLDIFPanel.java138 GridBagConstraints gbc = new GridBagConstraints();
139 gbc.gridx = 0;
140 gbc.gridy = 0;
141 gbc.gridwidth = 4;
142 addErrorPane(gbc);
144 gbc.anchor = GridBagConstraints.WEST;
145 gbc.weightx = 0.0;
146 gbc.gridy ++;
147 gbc.gridwidth = 1;
148 gbc
[all...]
H A DDBEnvironmentMonitoringPanel.java98 GridBagConstraints gbc = new GridBagConstraints();
101 gbc.fill = GridBagConstraints.NONE;
102 gbc.anchor = GridBagConstraints.WEST;
103 gbc.gridwidth = 2;
104 gbc.gridx = 0;
105 gbc.gridy = 0;
106 gbc.insets.top = 5;
107 gbc.insets.bottom = 7;
108 add(lTitle, gbc);
110 gbc
[all...]
H A DNewOrganizationPanel.java194 GridBagConstraints gbc = new GridBagConstraints();
207 gbc.gridwidth = 2;
208 gbc.gridy = 0;
209 addErrorPane(gbc);
211 gbc.gridy ++;
212 gbc.gridwidth = 1;
213 gbc.weighty = 0.0;
214 gbc.gridx = 1;
215 gbc.anchor = GridBagConstraints.EAST;
216 gbc
[all...]
H A DNewOrganizationalUnitPanel.java175 GridBagConstraints gbc = new GridBagConstraints();
178 gbc.gridwidth = 2;
179 gbc.gridy = 0;
180 addErrorPane(gbc);
182 gbc.gridy ++;
183 gbc.gridwidth = 1;
184 gbc.weighty = 0.0;
185 gbc.gridx = 1;
186 gbc.anchor = GridBagConstraints.EAST;
187 gbc
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupPanel.java149 GridBagConstraints gbc = new GridBagConstraints();
150 gbc.anchor = GridBagConstraints.WEST;
151 gbc.gridx = 0;
152 gbc.gridy = 0;
153 gbc.gridwidth = 3;
154 addErrorPane(gbc);
156 gbc.weightx = 0.0;
157 gbc.gridy ++;
158 gbc.gridwidth = 1;
159 gbc
[all...]
H A DExportLDIFPanel.java137 GridBagConstraints gbc = new GridBagConstraints();
138 gbc.gridx = 0;
139 gbc.gridy = 0;
140 gbc.gridwidth = 4;
141 addErrorPane(gbc);
143 gbc.anchor = GridBagConstraints.WEST;
144 gbc.weightx = 0.0;
145 gbc.gridy ++;
146 gbc.gridwidth = 1;
147 gbc
[all...]
H A DDBEnvironmentMonitoringPanel.java97 GridBagConstraints gbc = new GridBagConstraints();
100 gbc.fill = GridBagConstraints.NONE;
101 gbc.anchor = GridBagConstraints.WEST;
102 gbc.gridwidth = 2;
103 gbc.gridx = 0;
104 gbc.gridy = 0;
105 gbc.insets.top = 5;
106 gbc.insets.bottom = 7;
107 add(lTitle, gbc);
109 gbc
[all...]
H A DNewOrganizationPanel.java192 GridBagConstraints gbc = new GridBagConstraints();
205 gbc.gridwidth = 2;
206 gbc.gridy = 0;
207 addErrorPane(gbc);
209 gbc.gridy ++;
210 gbc.gridwidth = 1;
211 gbc.weighty = 0.0;
212 gbc.gridx = 1;
213 gbc.anchor = GridBagConstraints.EAST;
214 gbc
[all...]
H A DNewOrganizationalUnitPanel.java174 GridBagConstraints gbc = new GridBagConstraints();
177 gbc.gridwidth = 2;
178 gbc.gridy = 0;
179 addErrorPane(gbc);
181 gbc.gridy ++;
182 gbc.gridwidth = 1;
183 gbc.weighty = 0.0;
184 gbc.gridx = 1;
185 gbc.anchor = GridBagConstraints.EAST;
186 gbc
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupPanel.java150 GridBagConstraints gbc = new GridBagConstraints();
151 gbc.anchor = GridBagConstraints.WEST;
152 gbc.gridx = 0;
153 gbc.gridy = 0;
154 gbc.gridwidth = 3;
155 addErrorPane(gbc);
157 gbc.weightx = 0.0;
158 gbc.gridy ++;
159 gbc.gridwidth = 1;
160 gbc
[all...]
H A DExportLDIFPanel.java138 GridBagConstraints gbc = new GridBagConstraints();
139 gbc.gridx = 0;
140 gbc.gridy = 0;
141 gbc.gridwidth = 4;
142 addErrorPane(gbc);
144 gbc.anchor = GridBagConstraints.WEST;
145 gbc.weightx = 0.0;
146 gbc.gridy ++;
147 gbc.gridwidth = 1;
148 gbc
[all...]
H A DDBEnvironmentMonitoringPanel.java98 GridBagConstraints gbc = new GridBagConstraints();
101 gbc.fill = GridBagConstraints.NONE;
102 gbc.anchor = GridBagConstraints.WEST;
103 gbc.gridwidth = 2;
104 gbc.gridx = 0;
105 gbc.gridy = 0;
106 gbc.insets.top = 5;
107 gbc.insets.bottom = 7;
108 add(lTitle, gbc);
110 gbc
[all...]
H A DNewOrganizationPanel.java194 GridBagConstraints gbc = new GridBagConstraints();
207 gbc.gridwidth = 2;
208 gbc.gridy = 0;
209 addErrorPane(gbc);
211 gbc.gridy ++;
212 gbc.gridwidth = 1;
213 gbc.weighty = 0.0;
214 gbc.gridx = 1;
215 gbc.anchor = GridBagConstraints.EAST;
216 gbc
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupPanel.java149 GridBagConstraints gbc = new GridBagConstraints();
150 gbc.anchor = GridBagConstraints.WEST;
151 gbc.gridx = 0;
152 gbc.gridy = 0;
153 gbc.gridwidth = 3;
154 addErrorPane(gbc);
156 gbc.weightx = 0.0;
157 gbc.gridy ++;
158 gbc.gridwidth = 1;
159 gbc
[all...]
H A DExportLDIFPanel.java137 GridBagConstraints gbc = new GridBagConstraints();
138 gbc.gridx = 0;
139 gbc.gridy = 0;
140 gbc.gridwidth = 4;
141 addErrorPane(gbc);
143 gbc.anchor = GridBagConstraints.WEST;
144 gbc.weightx = 0.0;
145 gbc.gridy ++;
146 gbc.gridwidth = 1;
147 gbc
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupPanel.java150 GridBagConstraints gbc = new GridBagConstraints();
151 gbc.anchor = GridBagConstraints.WEST;
152 gbc.gridx = 0;
153 gbc.gridy = 0;
154 gbc.gridwidth = 3;
155 addErrorPane(gbc);
157 gbc.weightx = 0.0;
158 gbc.gridy ++;
159 gbc.gridwidth = 1;
160 gbc
[all...]
H A DExportLDIFPanel.java138 GridBagConstraints gbc = new GridBagConstraints();
139 gbc.gridx = 0;
140 gbc.gridy = 0;
141 gbc.gridwidth = 4;
142 addErrorPane(gbc);
144 gbc.anchor = GridBagConstraints.WEST;
145 gbc.weightx = 0.0;
146 gbc.gridy ++;
147 gbc.gridwidth = 1;
148 gbc
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DServerSettingsPanel.java189 GridBagConstraints gbc = new GridBagConstraints();
211 gbc.weightx = 0.0;
212 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
213 gbc.insets.left = 0;
214 gbc.anchor = GridBagConstraints.LINE_START;
215 panel.add(datadirJL, gbc);
216 gbc.weightx = 1.0;
217 gbc.insets.left = UIFactory.LEFT_INSET_PRIMARY_FIELD;
218 gbc.fill = GridBagConstraints.HORIZONTAL;
219 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DExportLDIFPanel.java132 GridBagConstraints gbc = new GridBagConstraints();
133 gbc.gridx = 0;
134 gbc.gridy = 0;
135 gbc.gridwidth = 4;
136 addErrorPane(gbc);
138 gbc.anchor = GridBagConstraints.WEST;
139 gbc.weightx = 0.0;
140 gbc.gridy ++;
141 gbc.gridwidth = 1;
142 gbc
[all...]

Completed in 59 milliseconds

1234567891011>>