Class FlowLayoutLeft
java.lang.Object
java.awt.FlowLayout
org.woehlke.computer.kurzweil.commons.layouts.FlowLayoutLeft
- All Implemented Interfaces:
java.awt.LayoutManager
,java.io.Serializable
public class FlowLayoutLeft
extends java.awt.FlowLayout
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class java.awt.FlowLayout
CENTER, LEADING, LEFT, RIGHT, TRAILING
-
Constructor Summary
Constructors Constructor Description FlowLayoutLeft()
-
Method Summary
Methods inherited from class java.awt.FlowLayout
addLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setAlignment, setAlignOnBaseline, setHgap, setVgap, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
FlowLayoutLeft
public FlowLayoutLeft()
-