Class CMinimizeArea

All Implemented Interfaces:
CStation<CFlapDockStation>, ImageObserver, MenuContainer, Serializable, Accessible

public class CMinimizeArea extends JPanel implements CStation<CFlapDockStation>
An area where CDockables can be stored in their minimized state. This class is a subclass of JPanel and can be added anywhere in any frame or dialog. This JPanel uses a BorderLayout and clients may add additional Components to it, the Components the size and location of the opening window will always depend on this JPanel.
Author:
Benjamin Sigg
See Also: