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

kenneth_suter
12.47.2007 ba0c82bc1cb8926ca329a4eae78263ee8bbe1094
opends/src/statuspanel/org/opends/statuspanel/ui/LoginDialog.java
@@ -51,6 +51,7 @@
import org.opends.quicksetup.Installation;
import org.opends.quicksetup.event.MinimumSizeComponentListener;
import org.opends.quicksetup.ui.UIFactory;
import org.opends.quicksetup.ui.Utilities;
import org.opends.quicksetup.util.BackgroundTask;
import org.opends.quicksetup.util.Utils;
@@ -510,7 +511,7 @@
   */
  private void displayError(String msg, String title)
  {
    Utils.displayError(parent, msg, title);
    Utilities.displayError(parent, msg, title);
    toFront();
  }
@@ -525,7 +526,7 @@
   */
  private void displayInformationMessage(String msg, String title)
  {
    Utils.displayInformationMessage(parent, msg, title);
    Utilities.displayInformationMessage(parent, msg, title);
    toFront();
  }