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

kenneth_suter
17.23.2007 4cd4ffb2771ea2d133b30273b1ffea0fef6b4552
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupPanel.java
@@ -43,13 +43,16 @@
{
  private static final long serialVersionUID = 2096518919339628055L;
  private GuiApplication application;
  /**
   * The basic constructor to be called by the subclasses.
   *
   * @param application Application this panel represents
   */
  protected QuickSetupPanel()
  protected QuickSetupPanel(GuiApplication application)
  {
    super();
    this.application = application;
    setOpaque(false);
  }
@@ -81,6 +84,14 @@
  }
  /**
   * Gets the application this panel represents.
   * @return GuiApplication this panel represents
   */
  protected GuiApplication getApplication() {
    return this.application;
  }
  /**
   * Returns a localized message for a key value.  In  the properties file we
   * have something of type:
   * key=value