Skip to content

How to use MigLayout with FXML? #69

@wimdeblauwe

Description

@wimdeblauwe

Is there a way to use MigLayout in an FXML file and specify the constraints?

<MigPane xmlns="http://javafx.com/javafx"
         xmlns:fx="http://javafx.com/fxml"
         fx:controller="com.company.project.login.LoginScreenController"
>
    <layoutConstraints>
<!-- How to specify constraints here? -->
    </layoutConstraints>
    <rowConstraints>

    </rowConstraints>
    <columnConstraints>

    </columnConstraints>
...
</MigPane>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions