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

kenneth_suter
12.47.2007 ba0c82bc1cb8926ca329a4eae78263ee8bbe1094
opends/src/quicksetup/org/opends/quicksetup/ui/DirectoryManagerAuthenticationDialog.java
@@ -124,7 +124,7 @@
        500, 300));
    getRootPane().setDefaultButton(shutDownButton);
    pack();
    Utils.centerOnComponent(this, parent);
    Utilities.centerOnComponent(this, parent);
    tfPwd.requestFocusInWindow();
    setVisible(true);
  }
@@ -509,7 +509,7 @@
   */
  private void displayError(String msg, String title)
  {
    Utils.displayError(parent, msg, title);
    Utilities.displayError(parent, msg, title);
  }
  /**
@@ -522,7 +522,7 @@
   */
  private void displayInformationMessage(String msg, String title)
  {
    Utils.displayInformationMessage(parent, msg, title);
    Utilities.displayInformationMessage(parent, msg, title);
  }
  /**