ScenicView is a JavaFX tool that allows you to see the UI structure of other JavaFX apps. It can be useful when debugging issues with complex layouts.
Download from:
Find the batch file and run it.
It just helped me solve a complex issue with B4X-Pleroma client where a view didn't respond to touch events. Using this tool I discovered that the underlying view became disabled (B4XDialog disables the views when it closes and re-enables them when the dialog appears).
Download from:
GitHub - JonathanGiles/scenic-view: 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 editi
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 hav...
github.com
Find the batch file and run it.
It just helped me solve a complex issue with B4X-Pleroma client where a view didn't respond to touch events. Using this tool I discovered that the underlying view became disabled (B4XDialog disables the views when it closes and re-enables them when the dialog appears).