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

ludovicp
27.56.2010 a8f5d8345278d27ddf5325d3977e460b86b6275f
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java
@@ -118,7 +118,15 @@
    application.setProgressMessageFormatter(formatter);
    application.setCurrentInstallStatus(installStatus);
    initLookAndFeel();
    try
    {
      initLookAndFeel();
    }
    catch (Throwable t)
    {
      // This is likely a bug.
      t.printStackTrace();
    }
    /* In the calls to setCurrentStep the dialog will be created */
    setCurrentStep(application.getFirstWizardStep());
@@ -643,7 +651,7 @@
   * A method to initialize the look and feel.
   *
   */
  private void initLookAndFeel()
  private void initLookAndFeel() throws Throwable
  {
    UIFactory.initialize();
  }