Lines Matching refs:gbc

259     GridBagConstraints gbc = new GridBagConstraints();
263 gbc.fill = GridBagConstraints.BOTH;
264 gbc.gridwidth = GridBagConstraints.REMAINDER;
265 gbc.weightx = 1.0;
272 gbc.weighty = 0.0;
274 gbc.insets = insets;
275 topPanel.add(createTitlePanel(), gbc);
276 gbc.insets.top = UIFactory.TOP_INSET_INSTRUCTIONS_SUBPANEL;
277 topPanel.add(createInstructionsPane(), gbc);
278 gbc.insets.top = UIFactory.TOP_INSET_INPUT_SUBPANEL;
279 gbc.insets.bottom = UIFactory.TOP_INSET_INPUT_SUBPANEL;
280 topPanel.add(createInputPanel(), gbc);
281 gbc.weighty = 1.0;
282 gbc.insets = UIFactory.getEmptyInsets();
283 topPanel.add(Box.createVerticalGlue(), gbc);
284 contentPanel.add(topPanel, gbc);
285 gbc.weighty = 0.0;
286 gbc.insets = UIFactory.getButtonsPanelInsets();
287 contentPanel.add(createButtonsPanel(), gbc);
299 GridBagConstraints gbc = new GridBagConstraints();
301 gbc.anchor = GridBagConstraints.NORTHWEST;
302 gbc.fill = GridBagConstraints.BOTH;
303 gbc.weightx = 0.0;
304 gbc.gridwidth = GridBagConstraints.RELATIVE;
311 titlePanel.add(l, gbc);
313 gbc.gridwidth = GridBagConstraints.RELATIVE;
314 gbc.anchor = GridBagConstraints.NORTHWEST;
315 gbc.weightx = 1.0;
316 gbc.gridwidth = GridBagConstraints.REMAINDER;
317 gbc.insets.left = 0;
318 gbc.weightx = 1.0;
319 gbc.gridwidth = GridBagConstraints.REMAINDER;
320 titlePanel.add(Box.createHorizontalGlue(), gbc);
447 GridBagConstraints gbc = new GridBagConstraints();
448 gbc.anchor = GridBagConstraints.WEST;
449 gbc.weightx = 0.0;
450 gbc.gridwidth = GridBagConstraints.RELATIVE;
451 gbc.insets = UIFactory.getEmptyInsets();
452 gbc.fill = GridBagConstraints.HORIZONTAL;
455 gbc);
459 gbc.gridwidth = 4;
460 gbc.fill = GridBagConstraints.NONE;
461 auxPanel.add(cbEnableSSL, gbc);
462 gbc.gridwidth--;
463 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
464 auxPanel.add(tfPort, gbc);
465 gbc.gridwidth = GridBagConstraints.RELATIVE;
467 getPortHelpMessage(), UIFactory.TextStyle.SECONDARY_FIELD_VALID), gbc);
468 gbc.gridwidth = GridBagConstraints.REMAINDER;
469 gbc.fill = GridBagConstraints.HORIZONTAL;
470 gbc.weightx = 1.0;
471 auxPanel.add(Box.createHorizontalGlue(), gbc);
473 gbc.insets.left = UIFactory.LEFT_INSET_PRIMARY_FIELD;
474 gbc.weightx = 1.0;
475 inputPanel.add(auxPanel, gbc);
477 gbc.insets = UIFactory.getEmptyInsets();
478 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
479 gbc.gridwidth = GridBagConstraints.RELATIVE;
480 gbc.weightx = 0.0;
484 gbc);
487 gbc.gridwidth = GridBagConstraints.RELATIVE;
488 gbc.insets = UIFactory.getEmptyInsets();
489 auxPanel.add(cbEnableStartTLS, gbc);
490 gbc.weightx = 1.0;
491 gbc.gridwidth = GridBagConstraints.REMAINDER;
492 auxPanel.add(Box.createHorizontalGlue(), gbc);
493 gbc.insets.left = UIFactory.LEFT_INSET_PRIMARY_FIELD;
494 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
495 inputPanel.add(auxPanel, gbc);
497 gbc.insets = UIFactory.getEmptyInsets();
498 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
499 gbc.anchor = GridBagConstraints.NORTHWEST;
500 gbc.gridwidth = GridBagConstraints.RELATIVE;
501 gbc.weightx = 0.0;
506 gbc.insets.top += additionalInset;
507 inputPanel.add(lCertificate, gbc);
510 gbc.insets.left = UIFactory.LEFT_INSET_PRIMARY_FIELD;
511 gbc.gridwidth = GridBagConstraints.REMAINDER;
512 gbc.weightx = 1.0;
513 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
514 inputPanel.add(auxPanel, gbc);
516 gbc.insets = UIFactory.getEmptyInsets();
517 gbc.anchor = GridBagConstraints.WEST;
520 gbc.gridwidth = GridBagConstraints.RELATIVE;
521 aux2Panel.add(rbUseSelfSignedCertificate, gbc);
522 gbc.weightx = 1.0;
523 gbc.gridwidth = GridBagConstraints.REMAINDER;
524 aux2Panel.add(Box.createHorizontalGlue(), gbc);
525 auxPanel.add(aux2Panel, gbc);
529 gbc.gridwidth = GridBagConstraints.RELATIVE;
530 gbc.insets = UIFactory.getEmptyInsets();
531 gbc.weightx = 0.0;
532 aux2Panel.add(rbUseExistingCertificate, gbc);
533 gbc.weightx = 1.0;
534 gbc.gridwidth = GridBagConstraints.REMAINDER;
535 aux2Panel.add(Box.createHorizontalGlue(), gbc);
536 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
537 auxPanel.add(aux2Panel, gbc);
543 gbc.insets.top -= additionalInset;
544 gbc.insets.left = UIFactory.LEFT_INSET_RADIO_SUBORDINATE;
545 auxPanel.add(aux2Panel, gbc);
547 gbc.gridwidth = GridBagConstraints.RELATIVE;
548 gbc.insets = UIFactory.getEmptyInsets();
549 gbc.weightx = 0.0;
550 gbc.anchor = GridBagConstraints.NORTHWEST;
551 gbc.insets.top = additionalInset;
552 aux2Panel.add(lKeystoreType, gbc);
553 gbc.gridwidth = GridBagConstraints.REMAINDER;
554 gbc.insets.top = 0;
555 aux2Panel.add(rbJKS, gbc);
557 gbc.insets.top = UIFactory.TOP_INSET_RADIOBUTTON;
558 gbc.gridwidth = GridBagConstraints.RELATIVE;
559 aux2Panel.add(Box.createHorizontalGlue(), gbc);
560 gbc.gridwidth = GridBagConstraints.REMAINDER;
561 aux2Panel.add(rbJCEKS, gbc);
562 gbc.gridwidth = GridBagConstraints.RELATIVE;
563 aux2Panel.add(Box.createHorizontalGlue(), gbc);
564 gbc.gridwidth = GridBagConstraints.REMAINDER;
565 aux2Panel.add(rbPKCS12, gbc);
566 gbc.gridwidth = GridBagConstraints.RELATIVE;
567 aux2Panel.add(Box.createHorizontalGlue(), gbc);
568 gbc.gridwidth = GridBagConstraints.REMAINDER;
569 aux2Panel.add(rbPKCS11, gbc);
571 gbc.gridwidth = GridBagConstraints.RELATIVE;
572 gbc.insets.left = 0;
573 gbc.weightx = 0.0;
574 gbc.anchor = GridBagConstraints.WEST;
575 aux2Panel.add(lKeystorePath, gbc);
578 gbc.weightx = 1.0;
579 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
580 gbc.gridwidth = GridBagConstraints.REMAINDER;
581 aux2Panel.add(aux3Panel, gbc);
582 gbc.insets = UIFactory.getEmptyInsets();
583 gbc.gridwidth = GridBagConstraints.RELATIVE;
584 aux3Panel.add(tfKeystorePath, gbc);
585 gbc.insets.left = UIFactory.LEFT_INSET_BROWSE;
586 gbc.gridwidth = GridBagConstraints.REMAINDER;
587 gbc.weightx = 0.0;
588 aux3Panel.add(browseButton, gbc);
590 gbc.insets.left = 0;
591 gbc.insets.top = UIFactory.TOP_INSET_SECONDARY_FIELD;
592 gbc.gridwidth = GridBagConstraints.RELATIVE;
593 gbc.weightx = 0.0;
594 gbc.anchor = GridBagConstraints.WEST;
595 aux2Panel.add(lKeystorePwd, gbc);
596 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
597 gbc.gridwidth = GridBagConstraints.REMAINDER;
598 gbc.fill = GridBagConstraints.NONE;
599 aux2Panel.add(tfKeystorePwd, gbc);
612 GridBagConstraints gbc = new GridBagConstraints();
613 gbc.fill = GridBagConstraints.HORIZONTAL;
614 gbc.gridwidth = 4;
615 gbc.insets = UIFactory.getEmptyInsets();
616 gbc.insets.left = UIFactory.getCurrentStepPanelInsets().left;
618 null, UIFactory.TextStyle.NO_STYLE), gbc);
619 gbc.weightx = 1.0;
620 gbc.gridwidth--;
621 gbc.insets.left = 0;
622 buttonsPanel.add(Box.createHorizontalGlue(), gbc);
623 gbc.gridwidth = GridBagConstraints.RELATIVE;
624 gbc.fill = GridBagConstraints.NONE;
625 gbc.weightx = 0.0;
629 buttonsPanel.add(okButton, gbc);
638 gbc.gridwidth = GridBagConstraints.REMAINDER;
639 gbc.insets.left = UIFactory.HORIZONTAL_INSET_BETWEEN_BUTTONS;
643 buttonsPanel.add(cancelButton, gbc);