How to convert MigLayouts to XGrid?
How would one code the following using XGrid from 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: 1...