Как можно было бы кодировать следующее, используя XGrid из JFXtras6?
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
}
}
}
}
}
Мое первоначальное предположение состоит в том, что в нем будет содержаться большое количество XLayoutInfo и XGridLayoutInfo.