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

jvergara
09.03.2007 aff7d0ab5040aff113bb1b61f228c447d02ef21d
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupDialog.java
@@ -36,6 +36,7 @@
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.SwingUtilities;
import javax.swing.WindowConstants;
import org.opends.quicksetup.ButtonName;
import org.opends.quicksetup.CurrentInstallStatus;
@@ -144,7 +145,7 @@
        }
      }
    });
    frame.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
    frame.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
    UIFactory.IconType ic;
    if (Utils.isMacOS())
    {