jfxtras

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...

JFXtras and Netbeans compiler issue

Would somebody be able to walk me through the proper way of adding the latest JFXtras package to a project in Netbeans? I'm not sure what I'm doing wrong... whether it be importing incorrectly, implementing incorrectly, or just simply downloading the wrong jar files. I'm using JavaFX 1.3 and NetBeans 6.9. I've been able to get NetBeans ...