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

kenneth_suter
12.47.2007 ba0c82bc1cb8926ca329a4eae78263ee8bbe1094
opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java
@@ -38,7 +38,7 @@
import javax.swing.SwingUtilities;
import org.opends.quicksetup.i18n.ResourceProvider;
import org.opends.quicksetup.util.Utils;
import org.opends.quicksetup.ui.Utilities;
/**
 * This is the class that displays a splash screen and in the background it will
@@ -112,7 +112,7 @@
      int height = image.getHeight(this);
      setPreferredSize(new Dimension(width, height));
      setSize(width, height);
      Utils.centerOnScreen(this);
      Utilities.centerOnScreen(this);
    } catch (Exception ex)
    {