Other Layout Managers

We’ve covered the most commonly used layout managers; with them, you should be able to create just about any user interface you like. There are two other layout managers in the javax.swing package, SpringLayout and GroupLayout. They are designed primarily for use with visual GUI builders but can be handcoded. O’Reilly’s Java Swing covers these layout managers in detail. Additionally, there are many useful third-party LayoutManagers, including MigLayout and JGoodies FormLayout.

Get Learning Java, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.