mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
08.43.2007 eb93a7bf09123d5fe7a8509e4a1421101163b670
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/ReviewPanel.java
@@ -68,7 +68,7 @@
    addVerticalGlue(panel);
    JCheckBox chk = getCheckBox();
    JComponent chk = getBottomComponent();
    if (chk != null) {
      gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
      gbc.weighty = 0.0;
@@ -80,9 +80,11 @@
  }
  /**
   * Returns the start server check box.
   * If it does not exist creates the start server check box.
   * @return the start server check box.
   * Returns the component that will placed at the bottom of the panel.
   * In the case of the installer and the uninstaller this is basically the
   * start server check box.
   * If it does not exist creates the component.
   * @return the component that will placed at the bottom of the panel.
   */
  protected abstract JCheckBox getCheckBox();
  protected abstract JComponent getBottomComponent();
}