Searched defs:bottomComponent (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java73 private JPanel bottomComponent; field in class:InstallReviewPanel
651 if (bottomComponent == null)
653 bottomComponent = new JPanel(new GridBagLayout());
654 bottomComponent.setOpaque(false);
668 bottomComponent.add(auxPanel, gbc);
672 bottomComponent.add(getEnableWindowsServiceCheckBox(), gbc);
675 return bottomComponent;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java74 private JPanel bottomComponent; field in class:InstallReviewPanel
652 if (bottomComponent == null)
654 bottomComponent = new JPanel(new GridBagLayout());
655 bottomComponent.setOpaque(false);
669 bottomComponent.add(auxPanel, gbc);
673 bottomComponent.add(getEnableWindowsServiceCheckBox(), gbc);
676 return bottomComponent;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java74 private JPanel bottomComponent; field in class:InstallReviewPanel
652 if (bottomComponent == null)
654 bottomComponent = new JPanel(new GridBagLayout());
655 bottomComponent.setOpaque(false);
669 bottomComponent.add(auxPanel, gbc);
673 bottomComponent.add(getEnableWindowsServiceCheckBox(), gbc);
676 return bottomComponent;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java73 private JPanel bottomComponent; field in class:InstallReviewPanel
651 if (bottomComponent == null)
653 bottomComponent = new JPanel(new GridBagLayout());
654 bottomComponent.setOpaque(false);
668 bottomComponent.add(auxPanel, gbc);
672 bottomComponent.add(getEnableWindowsServiceCheckBox(), gbc);
675 return bottomComponent;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java131 private JPanel bottomComponent; field in class:InstallReviewPanel
709 if (bottomComponent == null)
711 bottomComponent = new JPanel(new GridBagLayout());
712 bottomComponent.setOpaque(false);
726 bottomComponent.add(auxPanel, gbc);
730 bottomComponent.add(getEnableWindowsServiceCheckBox(), gbc);
733 return bottomComponent;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DInstallReviewPanel.java87 private JPanel bottomComponent; field in class:InstallReviewPanel
545 if (bottomComponent == null)
547 bottomComponent = new JPanel(new GridBagLayout());
548 bottomComponent.setOpaque(false);
567 bottomComponent.add(auxPanel, gbc);
572 bottomComponent.add(getEnableWindowsServiceCheckBox(), gbc);
576 return bottomComponent;

Completed in 37 milliseconds