Class SlideOpenPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SlideOpenPanel extends JPanel
This is a panel that takes a main panel but allows a utility panel to slide in from the top.
Version:
$Id: FigTreePanel.java,v 1.13 2007/09/05 10:51:49 rambaut Exp $
Author:
Andrew Rambaut
See Also:
  • Constructor Details

    • SlideOpenPanel

      public SlideOpenPanel(JPanel mainPanel)
  • Method Details

    • showUtilityPanel

      public void showUtilityPanel(JPanel utilityPanel)
    • hideUtilityPanel

      public void hideUtilityPanel()
    • getUtilityPanel

      public JPanel getUtilityPanel()