Lines Matching refs:gbc

254     GridBagConstraints gbc = new GridBagConstraints();
258 gbc.fill = GridBagConstraints.BOTH;
259 gbc.gridwidth = GridBagConstraints.REMAINDER;
260 gbc.weightx = 1.0;
267 gbc.weighty = 0.0;
269 gbc.insets = insets;
270 topPanel.add(createTitlePanel(), gbc);
271 gbc.insets.top = UIFactory.TOP_INSET_INSTRUCTIONS_SUBPANEL;
272 topPanel.add(createInstructionsPane(), gbc);
273 gbc.insets.top = UIFactory.TOP_INSET_INPUT_SUBPANEL;
274 gbc.insets.bottom = UIFactory.TOP_INSET_INPUT_SUBPANEL;
275 topPanel.add(createInputPanel(), gbc);
276 gbc.weighty = 1.0;
277 gbc.insets = UIFactory.getEmptyInsets();
278 topPanel.add(Box.createVerticalGlue(), gbc);
279 contentPanel.add(topPanel, gbc);
280 gbc.weighty = 0.0;
281 gbc.insets = UIFactory.getButtonsPanelInsets();
282 contentPanel.add(createButtonsPanel(), gbc);
294 GridBagConstraints gbc = new GridBagConstraints();
296 gbc.anchor = GridBagConstraints.NORTHWEST;
297 gbc.fill = GridBagConstraints.BOTH;
298 gbc.weightx = 0.0;
299 gbc.gridwidth = GridBagConstraints.RELATIVE;
306 titlePanel.add(l, gbc);
308 gbc.gridwidth = GridBagConstraints.RELATIVE;
309 gbc.anchor = GridBagConstraints.NORTHWEST;
310 gbc.weightx = 1.0;
311 gbc.gridwidth = GridBagConstraints.REMAINDER;
312 gbc.insets.left = 0;
313 gbc.weightx = 1.0;
314 gbc.gridwidth = GridBagConstraints.REMAINDER;
315 titlePanel.add(Box.createHorizontalGlue(), gbc);
442 GridBagConstraints gbc = new GridBagConstraints();
443 gbc.anchor = GridBagConstraints.WEST;
444 gbc.weightx = 0.0;
445 gbc.gridwidth = GridBagConstraints.RELATIVE;
446 gbc.insets = UIFactory.getEmptyInsets();
447 gbc.fill = GridBagConstraints.HORIZONTAL;
450 gbc);
454 gbc.gridwidth = 4;
455 gbc.fill = GridBagConstraints.NONE;
456 auxPanel.add(cbEnableSSL, gbc);
457 gbc.gridwidth--;
458 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
459 auxPanel.add(tfPort, gbc);
460 gbc.gridwidth = GridBagConstraints.RELATIVE;
462 getPortHelpMessage(), UIFactory.TextStyle.SECONDARY_FIELD_VALID), gbc);
463 gbc.gridwidth = GridBagConstraints.REMAINDER;
464 gbc.fill = GridBagConstraints.HORIZONTAL;
465 gbc.weightx = 1.0;
466 auxPanel.add(Box.createHorizontalGlue(), gbc);
468 gbc.insets.left = UIFactory.LEFT_INSET_PRIMARY_FIELD;
469 gbc.weightx = 1.0;
470 inputPanel.add(auxPanel, gbc);
472 gbc.insets = UIFactory.getEmptyInsets();
473 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
474 gbc.gridwidth = GridBagConstraints.RELATIVE;
475 gbc.weightx = 0.0;
479 gbc);
482 gbc.gridwidth = GridBagConstraints.RELATIVE;
483 gbc.insets = UIFactory.getEmptyInsets();
484 auxPanel.add(cbEnableStartTLS, gbc);
485 gbc.weightx = 1.0;
486 gbc.gridwidth = GridBagConstraints.REMAINDER;
487 auxPanel.add(Box.createHorizontalGlue(), gbc);
488 gbc.insets.left = UIFactory.LEFT_INSET_PRIMARY_FIELD;
489 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
490 inputPanel.add(auxPanel, gbc);
492 gbc.insets = UIFactory.getEmptyInsets();
493 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
494 gbc.anchor = GridBagConstraints.NORTHWEST;
495 gbc.gridwidth = GridBagConstraints.RELATIVE;
496 gbc.weightx = 0.0;
501 gbc.insets.top += additionalInset;
502 inputPanel.add(lCertificate, gbc);
505 gbc.insets.left = UIFactory.LEFT_INSET_PRIMARY_FIELD;
506 gbc.gridwidth = GridBagConstraints.REMAINDER;
507 gbc.weightx = 1.0;
508 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
509 inputPanel.add(auxPanel, gbc);
511 gbc.insets = UIFactory.getEmptyInsets();
512 gbc.anchor = GridBagConstraints.WEST;
515 gbc.gridwidth = GridBagConstraints.RELATIVE;
516 aux2Panel.add(rbUseSelfSignedCertificate, gbc);
517 gbc.weightx = 1.0;
518 gbc.gridwidth = GridBagConstraints.REMAINDER;
519 aux2Panel.add(Box.createHorizontalGlue(), gbc);
520 auxPanel.add(aux2Panel, gbc);
524 gbc.gridwidth = GridBagConstraints.RELATIVE;
525 gbc.insets = UIFactory.getEmptyInsets();
526 gbc.weightx = 0.0;
527 aux2Panel.add(rbUseExistingCertificate, gbc);
528 gbc.weightx = 1.0;
529 gbc.gridwidth = GridBagConstraints.REMAINDER;
530 aux2Panel.add(Box.createHorizontalGlue(), gbc);
531 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
532 auxPanel.add(aux2Panel, gbc);
538 gbc.insets.top -= additionalInset;
539 gbc.insets.left = UIFactory.LEFT_INSET_RADIO_SUBORDINATE;
540 auxPanel.add(aux2Panel, gbc);
542 gbc.gridwidth = GridBagConstraints.RELATIVE;
543 gbc.insets = UIFactory.getEmptyInsets();
544 gbc.weightx = 0.0;
545 gbc.anchor = GridBagConstraints.NORTHWEST;
546 gbc.insets.top = additionalInset;
547 aux2Panel.add(lKeystoreType, gbc);
548 gbc.gridwidth = GridBagConstraints.REMAINDER;
549 gbc.insets.top = 0;
550 aux2Panel.add(rbJKS, gbc);
552 gbc.insets.top = UIFactory.TOP_INSET_RADIOBUTTON;
553 gbc.gridwidth = GridBagConstraints.RELATIVE;
554 aux2Panel.add(Box.createHorizontalGlue(), gbc);
555 gbc.gridwidth = GridBagConstraints.REMAINDER;
556 aux2Panel.add(rbJCEKS, gbc);
557 gbc.gridwidth = GridBagConstraints.RELATIVE;
558 aux2Panel.add(Box.createHorizontalGlue(), gbc);
559 gbc.gridwidth = GridBagConstraints.REMAINDER;
560 aux2Panel.add(rbPKCS12, gbc);
561 gbc.gridwidth = GridBagConstraints.RELATIVE;
562 aux2Panel.add(Box.createHorizontalGlue(), gbc);
563 gbc.gridwidth = GridBagConstraints.REMAINDER;
564 aux2Panel.add(rbPKCS11, gbc);
566 gbc.gridwidth = GridBagConstraints.RELATIVE;
567 gbc.insets.left = 0;
568 gbc.weightx = 0.0;
569 gbc.anchor = GridBagConstraints.WEST;
570 aux2Panel.add(lKeystorePath, gbc);
573 gbc.weightx = 1.0;
574 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
575 gbc.gridwidth = GridBagConstraints.REMAINDER;
576 aux2Panel.add(aux3Panel, gbc);
577 gbc.insets = UIFactory.getEmptyInsets();
578 gbc.gridwidth = GridBagConstraints.RELATIVE;
579 aux3Panel.add(tfKeystorePath, gbc);
580 gbc.insets.left = UIFactory.LEFT_INSET_BROWSE;
581 gbc.gridwidth = GridBagConstraints.REMAINDER;
582 gbc.weightx = 0.0;
583 aux3Panel.add(browseButton, gbc);
585 gbc.insets.left = 0;
586 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
587 gbc.gridwidth = GridBagConstraints.RELATIVE;
588 gbc.weightx = 0.0;
589 gbc.anchor = GridBagConstraints.WEST;
590 aux2Panel.add(lKeystorePwd, gbc);
591 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
592 gbc.gridwidth = GridBagConstraints.REMAINDER;
593 gbc.fill = GridBagConstraints.NONE;
594 aux2Panel.add(tfKeystorePwd, gbc);
607 GridBagConstraints gbc = new GridBagConstraints();
608 gbc.fill = GridBagConstraints.HORIZONTAL;
609 gbc.gridwidth = 4;
610 gbc.insets = UIFactory.getEmptyInsets();
611 gbc.insets.left = UIFactory.getCurrentStepPanelInsets().left;
613 null, UIFactory.TextStyle.NO_STYLE), gbc);
614 gbc.weightx = 1.0;
615 gbc.gridwidth--;
616 gbc.insets.left = 0;
617 buttonsPanel.add(Box.createHorizontalGlue(), gbc);
618 gbc.gridwidth = GridBagConstraints.RELATIVE;
619 gbc.fill = GridBagConstraints.NONE;
620 gbc.weightx = 0.0;
624 buttonsPanel.add(okButton, gbc);
633 gbc.gridwidth = GridBagConstraints.REMAINDER;
634 gbc.insets.left = UIFactory.HORIZONTAL_INSET_BETWEEN_BUTTONS;
638 buttonsPanel.add(cancelButton, gbc);