MiGLayout JavaFX

MiGLayout - Layout Manager for JavaFX

License

License

BSD
Categories

Categories

JavaFX User Interface
GroupId

GroupId

com.miglayout
ArtifactId

ArtifactId

miglayout-javafx
Last Version

Last Version

11.0
Release Date

Release Date

Type

Type

jar
Description

Description

MiGLayout JavaFX
MiGLayout - Layout Manager for JavaFX

Download miglayout-javafx

How to add to project

<!-- https://jarcasting.com/artifacts/com.miglayout/miglayout-javafx/ -->
<dependency>
    <groupId>com.miglayout</groupId>
    <artifactId>miglayout-javafx</artifactId>
    <version>11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.miglayout/miglayout-javafx/
implementation 'com.miglayout:miglayout-javafx:11.0'
// https://jarcasting.com/artifacts/com.miglayout/miglayout-javafx/
implementation ("com.miglayout:miglayout-javafx:11.0")
'com.miglayout:miglayout-javafx:jar:11.0'
<dependency org="com.miglayout" name="miglayout-javafx" rev="11.0">
  <artifact name="miglayout-javafx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.miglayout', module='miglayout-javafx', version='11.0')
)
libraryDependencies += "com.miglayout" % "miglayout-javafx" % "11.0"
[com.miglayout/miglayout-javafx "11.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.miglayout : miglayout-core jar 11.0

provided (4)

Group / Artifact Type Version
org.openjfx : javafx-base jar 11.0.1
org.openjfx : javafx-controls jar 11.0.1
org.openjfx : javafx-fxml jar 11.0.1
org.openjfx : javafx-graphics jar 11.0.1

test (3)

Group / Artifact Type Version
org.testfx : testfx-core jar 4.0.15-alpha
org.testfx : testfx-junit jar 4.0.15-alpha
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

miglayout

Official MiG Layout for Swing, SWT and JavaFX

For Java developers writing GUI layouts by hand that wants simplicity, power and automatic per platform fidelity, that are dissatisfied with the current layout managers in Swing, JavaFX and SWT, MigLayout solves your layout problems. User interfaces created with MigLayout is easy to maintain, you will understand how the layout will look like just by looking at the source code.

MigLayout is a superbly versatile JavaFX/SWT/Swing layout manager that makes layout problems trivial. It is using String or API type-checked constraints to format the layout. MigLayout can produce flowing, grid based, absolute (with links), grouped and docking layouts. You will never have to switch to another layout manager ever again! MigLayout is created to be to manually coded layouts what Matisse/GroupLayout is to IDE supported visual layouts.

For documentation see http://miglayout.com

Versions

Version
11.0
5.3
5.2
5.1
5.0
4.2