This class manages a list of swing components inside either internal frames (one per component) on a desktop or a single panel which displays only the selected component. Component selection is performed through a tab pane which displays components names using Component.getName(). The selected component is inside a frame which is at the top of the desktop when desktop mode is used. The selected component is displayed inside a panel under the tab pane when the single panel mode is used. A maximize action on one of the frame of the desktop leads to the single panel mode with the selected component Using the menu provided by the getMenu fonction, one can switch to the desktop pane by clicking on the cascade item This menu displays also all the available components and menu items to select components one after each other.
@author Claude Cazenave
@version 1.0 1999
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.