Using the ScenicView tool to study JavaFX scenegraph 

ScenicView is a great tool made and supported by one of the JavaFX developers, Jonathan Giles. It can be downloaded from http://fxexperience.com/scenic-view/.

ScenicView benefits from open JavaFX architecture and the SceneGraph paradigm. It allows the traversing SceneGraph of any JavaFX application to run on the same machine and check the properties of every Node.

Working with ScenicView is very simple:

  • Run your JavaFX application
  • Call java -jar scenicView.jar

ScenicView will automatically find your app and show its structure in a window like the following:

On the left, you can see the ...

Get Mastering JavaFX 10 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.