Package jam.panels

Class OptionsPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class OptionsPanel extends JPanel
OptionsPanel.
Version:
$Id: OptionsPanel.java 958 2008-11-30 14:32:20Z rambaut $
Author:
Andrew Rambaut
See Also:
  • Constructor Details

    • OptionsPanel

      public OptionsPanel()
    • OptionsPanel

      public OptionsPanel(int hGap, int vGap)
    • OptionsPanel

      public OptionsPanel(int hGap, int vGap, int alignment)
  • Method Details

    • addLabel

      public void addLabel(String text)
    • addSpanningComponent

      public void addSpanningComponent(JComponent comp)
    • addSeperator

      public void addSeperator()
      Deprecated.
      This was a spelling mistake but remains here to avoid breaking too many things. Marked as depriciated
    • addSeparator

      public void addSeparator()
    • addFlexibleSpace

      public void addFlexibleSpace()
    • addComponent

      public void addComponent(JComponent comp)
    • addComponent

      public void addComponent(JComponent comp, boolean fill)
    • addComponentWithLabel

      public JLabel addComponentWithLabel(String text, JComponent comp)
    • addComponentWithLabel

      public JLabel addComponentWithLabel(String text, JComponent comp, boolean fill)
    • addComponents

      public void addComponents(JComponent comp1, JComponent comp2)
    • addComponents

      public void addComponents(JComponent comp1, boolean fill1, JComponent comp2, boolean fill2)