RFR: 8247163: Fixing exception when clicking on JFXPanel when no Scene is set
Fixing exception when clicking on JFXPanel when no Scene is set. quick test: `./gradlew -PFULL_TEST=true -PUSE_ROBOT=true :systemTests: test --tests *javafx.embed.swing.JFXPan* --info` It's a regression from my previous PR: https://github.com/openjdk/jfx/pull/25 - Commit messages:
RFR: 8247163 Fixing exception when clicking on JFXPanel when no Scene is set
Hi everyone, I've fixed a small bug in the JFXPanel. Check out my PR for more details: https://github.com/openjdk/jfx/pull/248 Greetings Florian Kirmaier