Package ucar.ui.widget
Class MFlowLayout
- java.lang.Object
-
- java.awt.FlowLayout
-
- ucar.ui.widget.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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MFlowLayout(int align, int hgap, int vgap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dimension
preferredLayoutSize(Container target)
-
Methods inherited from class java.awt.FlowLayout
addLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, layoutContainer, minimumLayoutSize, removeLayoutComponent, setAlignment, setAlignOnBaseline, setHgap, setVgap, toString
-
-
-
-
Method Detail
-
preferredLayoutSize
public Dimension preferredLayoutSize(Container target)
- Specified by:
preferredLayoutSize
in interfaceLayoutManager
- Overrides:
preferredLayoutSize
in classFlowLayout
-
-