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

jvergara
05.38.2009 2a60a162e5b570b4847b83fd51cf3e2a8cd11a0b
opends/src/guitools/org/opends/guitools/controlpanel/ui/StatusGenericPanel.java
@@ -64,6 +64,7 @@
import javax.swing.JMenuBar;
import javax.swing.JPanel;
import javax.swing.SwingUtilities;
import javax.swing.border.Border;
import org.opends.admin.ads.util.ConnectionUtils;
import org.opends.guitools.controlpanel.browser.BrowserController;
@@ -1940,4 +1941,15 @@
    }
    return hasObjectClass;
  }
  /**
   * Returns the border to be used in the right panel of the dialog with a tree
   * on the left (for instance the schema browser, entry browser and index
   * browser).
   * @return the border to be used in the right panel.
   */
  protected Border getRightPanelBorder()
  {
    return ColorAndFontConstants.textAreaBorder;
  }
}