Jme3-jfx

Were these needed because the public API didn’t cut it for JME3-JFX to work, or just a short term fix to defer changes needed to avoid them?

–add-exports javafx.graphics/com.sun.javafx.embed=ALL-UNNAMED
–add-exports javafx.graphics/com.sun.javafx.stage=ALL-UNNAMED
–add-exports javafx.graphics/com.sun.javafx.cursor=ALL-UNNAMED
–add-exports javafx.graphics/com.sun.glass.ui=ALL-UNNAMED
–add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED

Impressive little trick too! (I mean the project itself.) Definitely going to try some experiments with this.

Is there a list of known issues or caveats out there? (I know Swing integration always had some issues.)