0
Comment coder les éléments suivants en utilisant XGrid de JFXtras6?Comment convertir MigLayouts en XGrid?
Stage {
title: "Mig Centering Test"
scene: Scene {
width: 200
height: 200
fill: Color.PINK
content: MigLayout {
fitParent: true
layout: "fill"
migContent: MigNode {
constraints: "center"
node: Rectangle {
width: 100
height: 100
}
}
}
}
}
Mon estimation initiale est que cela impliquera une bonne quantité de XLayoutInfo et XGridLayoutInfo.