public class ResizingFlowLayout extends FlowLayout
| Constructor and Description |
|---|
ResizingFlowLayout() |
ResizingFlowLayout(int arg0) |
ResizingFlowLayout(int arg0,
int arg1,
int arg2) |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
preferredLayoutSize(Container target)
Returns the preferred size for the target.
|
addLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, layoutContainer, minimumLayoutSize, removeLayoutComponent, setAlignment, setAlignOnBaseline, setHgap, setVgap, toStringpublic ResizingFlowLayout()
public ResizingFlowLayout(int arg0,
int arg1,
int arg2)
public ResizingFlowLayout(int arg0)
public Dimension preferredLayoutSize(Container target)
preferredLayoutSize in interface LayoutManagerpreferredLayoutSize in class FlowLayouttarget - the target container to get the size for.Copyright © 2002-2013 Edwin Dankert. All Rights Reserved.