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

kenneth_suter
24.37.2007 f6bff1e8c31ae6ebfabfdb478771216b9773a3c4
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java
@@ -172,10 +172,6 @@
      previousClicked();
      break;
    case CANCEL:
      cancelClicked();
      break;
    case LAUNCH_STATUS_PANEL:
      launchStatusPanelClicked();
      break;
@@ -362,16 +358,6 @@
    application.closeClicked(cStep, this);
  }
  /**
   * Method called when user clicks 'Cancel' button of the wizard.
   *
   */
  private void cancelClicked()
  {
    WizardStep cStep = getCurrentStep();
    application.cancelClicked(cStep, this);
  }
  private void launchStatusPanelClicked()
  {
    BackgroundTask worker = new BackgroundTask()
@@ -460,6 +446,8 @@
      public void run()
      {
        runDisplayUpdater();
        WizardStep ws = application.getCurrentWizardStep();
        getDialog().getButtonsPanel().updateButtons(ws);
      }
    });
    t.start();
@@ -531,7 +519,7 @@
    if (dialog == null)
    {
      dialog = new QuickSetupDialog(application,
              installStatus);
              installStatus, this);
      dialog.addButtonActionListener(this);
    }
    return dialog;