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

kenneth_suter
12.47.2007 d33116e2529f45737e467e74ed0899c22d371c80
opendj-sdk/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)
    {