scenic-view
scenic-view copied to clipboard
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...
ScenicView launches and can find and apparently connect to the running JavaFx-application: ``` Platform running Launching ScenicView v11.0.2 Startup done Creating server Server done Number of running Java applications found:...
I have some custom properties in my classes. ScenicView does not seem to display all of them. What is the criteria that ScenicView uses to display custom properties.
I have an application that has JavaFX embedded inside the swing JFrame. How to use scenic viewer to inspect that scene graph ?
If JavaFx application heavy generate new fx nodes I need see if node is same or changed (new child/instance). 
Hello, I've tried to build scenic view on a mac m1 with a recent gradle and jdk. - The build fails ``` ➜ scenic-view ./gradlew clean build jlink Starting a...
```sh tornadofx.DefaultErrorHandler uncaughtException SEVERE: Uncaught error java.lang.NoClassDefFoundError: javafx/embed/swing/SwingFXUtils at org.fxconnector.node.SVDummyNode.convertToAwtImage(SVDummyNode.java:154) at org.fxconnector.node.SVDummyNode.setRemote(SVDummyNode.java:139) at org.fxconnector.StageControllerImpl.update(StageControllerImpl.java:355) at org.fxconnector.StageControllerImpl.configurationUpdated(StageControllerImpl.java:592) at org.fxconnector.remote.RuntimeAttach$1.lambda$configurationUpdated$1(RuntimeAttach.java:99) at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457) at java.base/java.security.AccessController.doPrivileged(Native Method) at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456) at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96) at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication.enterNestedEventLoopImpl(Native Method)...
Downloaded version for JRE 11, running on buildin JDK. Windows 11. Stack trace: ``` Exception in thread "WindowsNativeRunloopThread" java.lang.NoSuchMethodError: at javafx.graphics/com.sun.glass.ui.win.WinApplication.staticScreen_getScreens(Native Method) at javafx.graphics/com.sun.glass.ui.Screen.initScreens(Unknown Source) at javafx.graphics/com.sun.glass.ui.Application.lambda$run$1(Unknown Source) at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native...
Running v11.0.2 I tried with the pre-packaged Java 12 for Windows and also cloned the project and built myself. I get the same error on both. Select an element from...
Using ScenicView v11.0.2 on Ubuntu. I run into a RuntimeException when the code is using Parent.toFront. Parent.toFront has an optimization not to set the change the parent field of the...
I'm trying to run the [jar from the package linked in the README.md](https://jgilesoss.blob.core.windows.net/scenic-view/scenicview-linux.zip) using `javafx-sdk-12.0.1` and `openjdk 11.0.4 2019-07-16 LTS` but it is stuck on the "scanning for javaFX applications"...