ucar.unidata.ui
Class MFlowLayout
java.lang.Object
java.awt.FlowLayout
ucar.unidata.ui.MFlowLayout
- All Implemented Interfaces:
- LayoutManager, Serializable
public class MFlowLayout
- extends FlowLayout
Extends java.awt.FlowLayout, which has a bug where it cant deal with multiple lines.
- Version:
- $Id: MFlowLayout.java,v 1.9 2007/07/06 20:45:31 jeffmc Exp $
- Author:
- John Caron
- See Also:
- Serialized Form
|
Constructor Summary |
MFlowLayout(int align,
int hgap,
int vgap)
_more_ |
| Methods inherited from class java.awt.FlowLayout |
addLayoutComponent, getAlignment, getHgap, getVgap, layoutContainer, minimumLayoutSize, removeLayoutComponent, setAlignment, setHgap, setVgap, toString |
MFlowLayout
public MFlowLayout(int align,
int hgap,
int vgap)
- _more_
- Parameters:
align - hgap - vgap -
preferredLayoutSize
public Dimension preferredLayoutSize(Container target)
- _more_
- Specified by:
preferredLayoutSize in interface LayoutManager- Overrides:
preferredLayoutSize in class FlowLayout
- Parameters:
target -
- Returns:
- _more_