Package ucar.unidata.ui
Class MFlowLayout
java.lang.Object
java.awt.FlowLayout
ucar.unidata.ui.MFlowLayout
- All Implemented Interfaces:
LayoutManager
,Serializable
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:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.awt.FlowLayout
addLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, layoutContainer, minimumLayoutSize, removeLayoutComponent, setAlignment, setAlignOnBaseline, setHgap, setVgap, toString
-
Constructor Details
-
MFlowLayout
public MFlowLayout(int align, int hgap, int vgap) _more_- Parameters:
align
-hgap
-vgap
-
-
-
Method Details
-
preferredLayoutSize
_more_- Specified by:
preferredLayoutSize
in interfaceLayoutManager
- Overrides:
preferredLayoutSize
in classFlowLayout
- Parameters:
target
-- Returns:
- _more_
-