org.bounce
Class ResizingFlowLayout
java.lang.Object
java.awt.FlowLayout
org.bounce.ResizingFlowLayout
- All Implemented Interfaces:
- LayoutManager, Serializable
public class ResizingFlowLayout
- extends FlowLayout
Handles the lay out of the components on the Desktop...
- See Also:
- Serialized Form
| Methods inherited from class java.awt.FlowLayout |
addLayoutComponent, getAlignment, getHgap, getVgap, layoutContainer, minimumLayoutSize, removeLayoutComponent, setAlignment, setHgap, setVgap, toString |
ResizingFlowLayout
public ResizingFlowLayout()
ResizingFlowLayout
public ResizingFlowLayout(int arg0,
int arg1,
int arg2)
ResizingFlowLayout
public ResizingFlowLayout(int arg0)
preferredLayoutSize
public Dimension preferredLayoutSize(Container target)
- Returns the preferred size for the target.
- Specified by:
preferredLayoutSize in interface LayoutManager- Overrides:
preferredLayoutSize in class FlowLayout
- Parameters:
target - the target container to get the size for.
- Returns:
- the preferred size of the container.
Copyright © 2002 - 2007 Edwin Dankert. All Rights Reserved.