Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debug JavaFx with a tool like FireBug

Is there a tool like FireBug (hover and get information about HTML and CSS) to see what is active in a JavaFX scene?

like image 967
witchi Avatar asked Sep 01 '25 04:09

witchi


1 Answers

Try Scenic View – James_D

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.

like image 137
Armali Avatar answered Sep 02 '25 17:09

Armali