Class DCNodeConfigGUIPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class DCNodeConfigGUIPanel extends JPanel
Class which provides static methods for creating panels used for the DCNodeConfigGUI tabbed pane.
See Also:
  • Constructor Details

    • DCNodeConfigGUIPanel

      public DCNodeConfigGUIPanel()
  • Method Details

    • makePanel

      public static final JPanel makePanel(Vector labels, Vector components)
      Creates a panel which contains the given components with the given labels. Using the default label alignment of SwingConstants.RIGHT
    • makePanel

      public static final JPanel makePanel(Vector labels, Vector components, int alignment)
      Creates a panel which contains the given components with the given labels. Using the given alignment for the labels.