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

jvergara
30.54.2009 85e8eaad9d2be96564aa32b7fd5182de0fbb4a6e
opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericDialog.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 */
package org.opends.guitools.controlpanel.ui;
@@ -130,15 +130,10 @@
    JMenuBar menu = panel.getMenuBar();
    if (menu != null)
    {
      setJMenuBar(menu);
      parentFrame.setJMenuBar(menu);
    }
    setResizable(true);
    JScrollPane scroll = Utilities.createScrollPane(panel);
    /*
    CardLayout cardLayout = new CardLayout();
    contentPanel = new JPanel(cardLayout);
    contentPanel.setOpaque(false);
    setContentPane(contentPanel);
  */
    JPanel inputPanel = new JPanel(new GridBagLayout());
    setContentPane(inputPanel);
    GridBagConstraints gbc = new GridBagConstraints();