Lines Matching refs:gbc

189     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.gridwidth = GridBagConstraints.REMAINDER;
220 panel.add(datadirTF, gbc);
226 gbc.gridwidth = GridBagConstraints.RELATIVE;
227 gbc.weightx = 0.0;
228 gbc.insets.top = 0;
229 gbc.insets.left = 0;
230 gbc.anchor = GridBagConstraints.NORTHWEST;
231 panel.add(lServerLocation, gbc);
233 gbc.anchor = GridBagConstraints.WEST;
236 gbc.weightx = 1.0;
237 gbc.fill = GridBagConstraints.HORIZONTAL;
238 gbc.insets.top = 0;
239 gbc.insets.left = UIFactory.LEFT_INSET_PRIMARY_FIELD;
240 gbc.gridwidth = GridBagConstraints.REMAINDER;
241 panel.add(auxPanel, gbc);
243 gbc.gridwidth = 3;
244 gbc.insets = UIFactory.getEmptyInsets();
245 gbc.weightx = 0.7;
246 auxPanel.add(tfServerLocationParent, gbc);
248 gbc.gridwidth = GridBagConstraints.RELATIVE;
249 gbc.weightx = 0.0;
250 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
252 Message.raw(File.separator), UIFactory.TextStyle.TEXTFIELD), gbc);
254 gbc.gridwidth = GridBagConstraints.REMAINDER;
255 gbc.weightx = 0.3;
256 auxPanel.add(tfServerLocationRelativePath, gbc);
258 gbc.gridwidth = 3;
259 gbc.anchor = GridBagConstraints.NORTHEAST;
260 gbc.insets.top = UIFactory.TOP_INSET_BROWSE;
261 gbc.weightx = 0.0;
262 gbc.fill = GridBagConstraints.NONE;
263 auxPanel.add(getBrowseButton(), gbc);
268 gbc.gridwidth = GridBagConstraints.RELATIVE;
269 gbc.weightx = 0.0;
270 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
271 gbc.insets.left = 0;
280 gbc.anchor = GridBagConstraints.NORTHWEST;
281 gbc.insets.top += securityInsetsTop;
285 gbc.anchor = GridBagConstraints.WEST;
287 panel.add(getLabel(fieldName), gbc);
291 gbc.weightx = 1.0;
292 gbc.fill = GridBagConstraints.HORIZONTAL;
293 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
294 gbc.insets.left = UIFactory.LEFT_INSET_PRIMARY_FIELD;
295 gbc.gridwidth = GridBagConstraints.REMAINDER;
297 panel.add(auxPanel, gbc);
302 gbc.insets = UIFactory.getEmptyInsets();
306 gbc.gridwidth = 3;
310 gbc.gridwidth = GridBagConstraints.RELATIVE;
312 gbc.weightx = 0.0;
315 gbc.insets.top = securityInsetsTop;
318 auxPanel.add(lSecurity, gbc);
324 UIFactory.TextStyle.SECONDARY_FIELD_VALID), gbc);
329 auxPanel.add(getField(fieldName), gbc);
338 gbc.gridwidth = GridBagConstraints.RELATIVE;
339 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
340 auxPanel.add(l, gbc);
348 gbc.gridwidth = GridBagConstraints.RELATIVE;
349 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
350 auxPanel.add(l, gbc);
354 gbc.gridwidth = GridBagConstraints.RELATIVE;
355 gbc.insets.left = UIFactory.LEFT_INSET_BROWSE;
356 gbc.anchor = GridBagConstraints.NORTHWEST;
357 gbc.insets.top = 0;
358 auxPanel.add(getLDAPSecureAccessButton(), gbc);
360 gbc.gridwidth = GridBagConstraints.REMAINDER;
361 gbc.weightx = 1.0;
362 gbc.fill = GridBagConstraints.HORIZONTAL;
363 auxPanel.add(Box.createHorizontalGlue(), gbc);