Lines Matching refs:gbc

184     GridBagConstraints gbc = new GridBagConstraints();
188 gbc.anchor = GridBagConstraints.NORTHWEST;
189 gbc.insets = UIFactory.getEmptyInsets();
190 gbc.fill = GridBagConstraints.BOTH;
191 gbc.gridwidth = GridBagConstraints.REMAINDER;
192 gbc.weightx = 1.0;
198 gbc.weighty = 0.0;
199 gbc.insets = UIFactory.getCurrentStepPanelInsets();
200 topPanel.add(createTitlePanel(), gbc);
201 gbc.insets.top = UIFactory.TOP_INSET_INSTRUCTIONS_SUBPANEL;
202 topPanel.add(createTextPane(), gbc);
204 gbc.insets.top = 0;
205 gbc.insets.bottom = 0;
207 certificateDetails.getPreferredSize().width), gbc);
208 gbc.insets.top = 0;
209 gbc.weighty = 1.0;
212 gbc.weightx = 0.0;
213 gbc.insets = UIFactory.getEmptyInsets();
214 gbc.gridwidth = GridBagConstraints.RELATIVE;
215 auxPanel.add(Box.createVerticalStrut(100), gbc);
216 gbc.weightx = 1.0;
217 gbc.gridwidth = GridBagConstraints.REMAINDER;
218 auxPanel.add(certificateDetails, gbc);
219 gbc.insets = UIFactory.getCurrentStepPanelInsets();
220 gbc.insets.bottom = UIFactory.TOP_INSET_INPUT_SUBPANEL;
221 topPanel.add(auxPanel, gbc);
223 gbc.weighty = 0.2;
224 gbc.insets = UIFactory.getEmptyInsets();
225 topPanel.add(Box.createVerticalGlue(), gbc);
226 contentPanel.add(topPanel, gbc);
227 gbc.weighty = 0.0;
228 gbc.insets = UIFactory.getButtonsPanelInsets();
229 gbc.fill = GridBagConstraints.HORIZONTAL;
230 contentPanel.add(createButtonsPanel(), gbc);
243 GridBagConstraints gbc = new GridBagConstraints();
244 gbc.anchor = GridBagConstraints.NORTHWEST;
245 gbc.fill = GridBagConstraints.BOTH;
246 gbc.weightx = 0.0;
247 gbc.gridwidth = GridBagConstraints.RELATIVE;
254 titlePanel.add(l, gbc);
256 gbc.gridwidth = GridBagConstraints.RELATIVE;
257 gbc.anchor = GridBagConstraints.NORTHWEST;
258 gbc.weightx = 1.0;
259 gbc.gridwidth = GridBagConstraints.REMAINDER;
260 gbc.insets.left = 0;
261 gbc.weightx = 1.0;
262 gbc.gridwidth = GridBagConstraints.REMAINDER;
263 titlePanel.add(Box.createHorizontalGlue(), gbc);
291 GridBagConstraints gbc = new GridBagConstraints();
292 gbc.gridwidth = GridBagConstraints.RELATIVE;
293 gbc.anchor = GridBagConstraints.NORTHWEST;
295 UIFactory.TextStyle.NO_STYLE), gbc);
296 gbc.weightx = 1.0;
297 gbc.gridwidth = GridBagConstraints.REMAINDER;
298 gbc.fill = GridBagConstraints.BOTH;
299 gbc.insets.left = UIFactory.LEFT_INSET_PRIMARY_FIELD;
300 gbc.insets.bottom = 0;
305 p.add(explanationPane, gbc);
338 GridBagConstraints gbc = new GridBagConstraints();
339 gbc.fill = GridBagConstraints.HORIZONTAL;
340 gbc.gridwidth = 4;
341 gbc.insets = UIFactory.getEmptyInsets();
342 gbc.insets.left = UIFactory.getCurrentStepPanelInsets().left;
344 null, UIFactory.TextStyle.NO_STYLE), gbc);
345 gbc.weightx = 1.0;
346 gbc.gridwidth--;
347 gbc.insets.left = 0;
348 buttonsPanel.add(Box.createHorizontalGlue(), gbc);
349 gbc.gridwidth = 3;
350 gbc.fill = GridBagConstraints.NONE;
351 gbc.weightx = 0.0;
355 buttonsPanel.add(acceptSessionButton, gbc);
363 gbc.gridwidth = GridBagConstraints.RELATIVE;
364 gbc.insets.left = UIFactory.HORIZONTAL_INSET_BETWEEN_BUTTONS;
368 buttonsPanel.add(acceptPermanentlyButton, gbc);
376 gbc.gridwidth = GridBagConstraints.REMAINDER;
381 buttonsPanel.add(doNotAcceptButton, gbc);
439 GridBagConstraints gbc = new GridBagConstraints();
440 gbc.anchor = GridBagConstraints.NORTHWEST;
441 gbc.fill = GridBagConstraints.HORIZONTAL;
451 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
453 gbc.gridwidth = GridBagConstraints.RELATIVE;
454 gbc.weightx = 0.0;
455 gbc.insets.left = 0;
456 certPanel.add(l, gbc);
457 gbc.gridwidth = GridBagConstraints.REMAINDER;
458 gbc.weightx = 1.0;
459 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
460 certPanel.add(components[j], gbc);
467 GridBagConstraints gbc = new GridBagConstraints();
470 gbc.gridwidth = GridBagConstraints.REMAINDER;
471 gbc.weightx = 1.0;
472 gbc.fill = GridBagConstraints.BOTH;
473 p.add(cardPanel, gbc);
475 gbc.weighty = 1.0;
476 p.add(Box.createVerticalGlue(), gbc);
480 gbc.anchor = GridBagConstraints.WEST;
481 gbc.gridwidth = 3;
482 gbc.fill = GridBagConstraints.HORIZONTAL;
488 auxPanel.add(l, gbc);
489 gbc.gridwidth = GridBagConstraints.RELATIVE;
490 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
491 auxPanel.add(combo, gbc);
493 gbc.gridwidth = GridBagConstraints.REMAINDER;
494 gbc.insets.left = 0;
495 gbc.weightx = 1.0;
496 auxPanel.add(Box.createHorizontalGlue(), gbc);
498 p.add(auxPanel, gbc);
500 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
501 gbc.fill = GridBagConstraints.BOTH;
502 p.add(cardPanel, gbc);
504 gbc.weighty = 1.0;
505 p.add(Box.createVerticalGlue(), gbc);