RFR: 8247163: Fixing exception when clicking on JFXPanel when no Scene is set

2020-06-09 Thread Florian Kirmaier
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

2020-06-09 Thread Florian Kirmaier
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