MigLayout Documentation

repository·master·Indexed 19 days ago

https://github.com/mikaelgrev/miglayout

A versatile layout manager for Java GUI frameworks including Swing, SWT, and JavaFX. It supports grid, flow, docking, grouped, and absolute layouts using either String-based or type-checked API constraints.

Tokens
168
Snippets
0
Records
1
Agent score
17%

What's inside MigLayout

  1. Overview of MigLayout for Swing, SWT, and JavaFX

    master

    MigLayout 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.