Class MaximizeLayout

java.lang.Object
org.graffiti.util.MaximizeLayout
All Implemented Interfaces:
LayoutManager

public class MaximizeLayout
extends Object
implements LayoutManager
Layour wrapper that modifies the behaviour of a LayoutManager for maximized JInternalFrames. If the frame is maximized, its title bar is hidden. This is intended to be used together with MaximizeManager.
Version:
$Revision: 1.4 $ $Date: 2010/12/22 13:05:53 $
Author:
Michael Forster
See Also:
MaximizeManager, MaximizeFrame