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 editing your code. This lets you find bugs, and get things pixel perfect without having to do the compile-check-compile dance.
GNU General Public License v3.0
523 stars 68 forks source link

[question] How inspect scenes that are embedded in swing #59

Open gayanper opened 4 years ago

gayanper commented 4 years ago

I have an application that has JavaFX embedded inside the swing JFrame. How to use scenic viewer to inspect that scene graph ?

mrbray99 commented 2 years ago

My experience is that Scenic View does not seem to identify the JFXPanel though it has a scene. I am assuming that JFXPanel is taking the place of Stage. If you create a subsidiary Stage ScenicView finds this.