Class SpringsPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SpringsPane extends JPanel
This class is the root of all Rib files.
See Also:
  • Constructor Details

    • SpringsPane

      public SpringsPane()
      Creates a new SpringsPane.
  • Method Details

    • setEnabled

      public void setEnabled(boolean aFlag)
      Overrides JComponent method to propagate to all children (which is a quick way to disable an entire panel).
      Overrides:
      setEnabled in class JComponent
    • getWindowMenuBar

      public JMenuBar getWindowMenuBar()
      Returns the menu bar associated with this window.
    • setWindowMenuBar

      public void setWindowMenuBar(JMenuBar aMenuBar)
      Sets the menu bar associated with this window.