Hi, here\'s an outline use-case. I have a seemingly valid FXML file developed in JavaFX Scene Builder. It is by now a
Scenic View is a JavaFX application designed to make it simple to understand the current state of your application scenegraph, and to also easily manipulate properties of the scenegraph without having to keep editing your code. This lets you find bugs, and get things pixel perfect without having to do the compile-check-compile dance.
There is a good recommendation and description of Scenic View in this presentation:
update Scenic View works like a debugger or monitor for JavaFX applications. It won't help with FXML loader issues, as it investigates or monitors running scenes. Also I found the most recent version, v1.3.0, to be unstable on Windows 7 and Java 8, 64-bit.