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

jvergara
19.18.2009 01215c7c49f7e8fd70ac42c489c214aa09c68309
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/StatusGenericPanel.java
@@ -331,6 +331,15 @@
    {
      gbc.insets = new Insets(20, 20, 0, 20);
    }
    createErrorPane();
    p.add(errorPane, gbc);
  }
  /**
   * Creates the error pane.
   */
  protected void createErrorPane()
  {
    errorPane = Utilities.makeHtmlPane("", ColorAndFontConstants.progressFont);
    errorPane.setOpaque(false);
    errorPane.setEditable(false);
@@ -351,7 +360,6 @@
      }
    });
    errorPane.setEditorKit(htmlEditor);
    p.add(errorPane, gbc);
  }
  /**