I don't find it easy to understand UI frameworks, particularly mark-up based ones. In looking for ways to understand JavaFX I found ScenicView which lets you poke around inside the scenegraph of your Forms and fiddle with the UI on the fly.
http://fxexperience.com/scenic-view
It is supposed to be able to run stand-alone and self-identify JavaFX applications but I couldn't get it to do that so I created this simple library to invoke it on a specified Form. You need to download ScenicView.jar 1.3.0 from the above link and put it in your Additional Libraries folder.
Have a play, you can see how everything is put together - and no! I still don't understand JavaFX and css and...
http://fxexperience.com/scenic-view
It is supposed to be able to run stand-alone and self-identify JavaFX applications but I couldn't get it to do that so I created this simple library to invoke it on a specified Form. You need to download ScenicView.jar 1.3.0 from the above link and put it in your Additional Libraries folder.
Have a play, you can see how everything is put together - and no! I still don't understand JavaFX and css and...