Package Layout

Class PamInternalFrame

All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class PamInternalFrame extends JInternalFrame implements ComponentListener
Author:
Doug Gillespie

To make lots of pretty similar looking internal frames with an inner panel of graphics that sizes sensible, create a few subclasses of JInternalFrame with appropriate JPanels that handle all the bordering and sizing functions.

The layout functionality of this has now been moved to PamGraphLayout.

The constructor requires a subclass of the abstract PamFramePlots. PamFramePlots contains references to the main components making up a Java border layout.

For an example see SpectrogramDisplay which is a subclass of PamFramePlots SpectrogramDisplay sets

See Also: