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

jvergara
30.53.2007 7e6a2d6cd3a9b95acb001a3f37437893067bca27
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/ProgressDialog.java
File was renamed from opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ui/ProgressDialog.java
@@ -25,7 +25,7 @@
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
package org.opends.statuspanel.ui;
package org.opends.quicksetup.ui;
import java.awt.Dimension;
import java.awt.GridBagConstraints;
@@ -46,12 +46,10 @@
import javax.swing.event.HyperlinkListener;
import org.opends.quicksetup.event.MinimumSizeComponentListener;
import org.opends.quicksetup.ui.UIFactory;
import org.opends.quicksetup.i18n.ResourceProvider;
import org.opends.quicksetup.util.HtmlProgressMessageFormatter;
import org.opends.quicksetup.util.ProgressMessageFormatter;
import org.opends.statuspanel.i18n.ResourceProvider;
/**
 * This panel is used to show the progress of the start/stop/restart operations.
 *
@@ -87,7 +85,7 @@
  {
    super(frame);
    this.parent = frame;
    setTitle(getMsg("statuspanel-dialog-title"));
    setTitle(getMsg("progress-dialog-title"));
    createLayout();
  }