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

kenneth_suter
12.47.2007 ba0c82bc1cb8926ca329a4eae78263ee8bbe1094
opends/src/quicksetup/org/opends/quicksetup/installer/ui/SelectAliasDialog.java
@@ -47,7 +47,7 @@
import org.opends.quicksetup.event.MinimumSizeComponentListener;
import org.opends.quicksetup.i18n.ResourceProvider;
import org.opends.quicksetup.ui.UIFactory;
import org.opends.quicksetup.util.Utils;
import org.opends.quicksetup.ui.Utilities;
/**
 * This class is a dialog that appears when the user must choose the alias to
@@ -86,7 +86,7 @@
    });
    setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
    Utils.centerOnComponent(this, parent);
    Utilities.centerOnComponent(this, parent);
    setModal(true);
  }