This class is the same as {@link java.awt.FlowLayout}, except that it is able to manage preferred size and minimum size heights. Its code is mainly a copy of {@link java.awt.FlowLayout}, with some better height management in {@link #minimumLayoutSize(Container)} and{@link #preferredLayoutSize(Container)} methods
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.