ucar.unidata.ui
Class MFlowLayout

java.lang.Object
  extended by java.awt.FlowLayout
      extended by 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

Field Summary
 
Fields inherited from class java.awt.FlowLayout
CENTER, LEADING, LEFT, RIGHT, TRAILING
 
Constructor Summary
MFlowLayout(int align, int hgap, int vgap)
          _more_
 
Method Summary
 Dimension preferredLayoutSize(Container target)
          _more_
 
Methods inherited from class java.awt.FlowLayout
addLayoutComponent, getAlignment, getHgap, getVgap, layoutContainer, minimumLayoutSize, removeLayoutComponent, setAlignment, setHgap, setVgap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MFlowLayout

public MFlowLayout(int align,
                   int hgap,
                   int vgap)
_more_

Parameters:
align -
hgap -
vgap -
Method Detail

preferredLayoutSize

public Dimension preferredLayoutSize(Container target)
_more_

Specified by:
preferredLayoutSize in interface LayoutManager
Overrides:
preferredLayoutSize in class FlowLayout
Parameters:
target -
Returns:
_more_