Overview of MigLayout for Swing, SWT, and JavaFX
masterMigLayout is a versatile layout manager designed for Java developers working with Swing, SWT, or JavaFX. It provides a way to create complex GUI layouts using either String-based constraints or type-checked API constraints.
Key features include:
- Versatility: Supports flowing, grid-based, absolute (with links), grouped, and docking layouts.
- Simplicity and Power: Designed to make layout problems trivial and easy to maintain.
- Fidelity: Provides automatic per-platform fidelity.
- Readability: Layouts are designed to be understandable just by looking at the source code.
For full documentation, visit http://miglayout.com.