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

kenneth_suter
27.10.2007 e8943d1aa33c558fb006c76a5f831b8998702fbc
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupDialog.java
@@ -113,15 +113,7 @@
      }
    });
    frame.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
    UIFactory.IconType ic;
    if (Utils.isMacOS())
    {
      ic = UIFactory.IconType.MINIMIZED_MAC;
    } else
    {
      ic = UIFactory.IconType.MINIMIZED;
    }
    frame.setIconImage(UIFactory.getImageIcon(ic).getImage());
    Utilities.setFrameIcon(frame);
  }
  /**