-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels