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

jvergara
17.02.2008 305ea8c45ebead73eaeb17a024164008f37a2aa0
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericDialog.java
@@ -75,6 +75,7 @@
  private final static Color buttonPanelBackground =
    ColorAndFontConstants.greyBackground;
  private JButton okButton;
  /**
   * The close button.
   */
@@ -282,7 +283,7 @@
   * Updates the title of the dialog using the title of the panel.
   *
   */
  void updateTitle()
  public void updateTitle()
  {
    if (panel.getTitle() != null)
    {