The Default Layout is the layout that all other layouts inherit from. The main capability it provides is docking, which means that every other layout can also provide docking support. It's unusual to use Default layout directly, instead it's much more common to use one of the sub classes: {@link HBoxLayout} {@link VBoxLayout} {@link CardLayout} {@link FitLayout}
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.