From 4cd4ffb2771ea2d133b30273b1ffea0fef6b4552 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Tue, 17 Apr 2007 20:23:12 +0000
Subject: [PATCH] This commit introduces preliminary versions of the upgrader tool's GUI wizard panels.  Effort has been made to make the panels conform to the design at

---
 opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupErrorPanel.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupErrorPanel.java b/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupErrorPanel.java
index 2147985..7599a61 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupErrorPanel.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupErrorPanel.java
@@ -61,11 +61,13 @@
 
   /**
    * Constructor of the QuickSetupErrorPanel.
-   *
+   * @param application Application this panel represents
    * @param installStatus the current install status.
    */
-  public QuickSetupErrorPanel(CurrentInstallStatus installStatus)
+  public QuickSetupErrorPanel(GuiApplication application,
+                              CurrentInstallStatus installStatus)
   {
+    super(application);
     JPanel p1 = new JPanel(new GridBagLayout());
     p1.setBackground(UIFactory.CURRENT_STEP_PANEL_BACKGROUND);
     p1.setBorder(UIFactory.DIALOG_PANEL_BORDER);

--
Gitblit v1.10.0