- java.lang.Object
-
- java.awt.FlowLayout
-
- org.icepdf.ri.common.views.ModifiedFlowLayout
-
- All Implemented Interfaces:
LayoutManager,Serializable
public class ModifiedFlowLayout extends FlowLayout
Modified Flow layout allos the layout to be recalculated when parent container is resized.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifiedFlowLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DimensioncomputeSize(int w, Container target)-
Methods inherited from class java.awt.FlowLayout
addLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setAlignment, setAlignOnBaseline, setHgap, setVgap, toString
-
-