| File was renamed from opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ui/ProgressDialog.java |
| | |
| | | * Portions Copyright 2007 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package org.opends.statuspanel.ui; |
| | | package org.opends.quicksetup.ui; |
| | | |
| | | import java.awt.Dimension; |
| | | import java.awt.GridBagConstraints; |
| | |
| | | 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. |
| | | * |
| | |
| | | { |
| | | super(frame); |
| | | this.parent = frame; |
| | | setTitle(getMsg("statuspanel-dialog-title")); |
| | | setTitle(getMsg("progress-dialog-title")); |
| | | createLayout(); |
| | | } |
| | | |