Hi! I wanted to try your version of BorderlessSceneFX but got the following error at launch:
cannot access class com.sun.glass.ui.Window (in module javafx.graphics) because module javafx.graphics does not export com.sun.glass.ui to module BorderlessSceneFX
Which versions of java and javafx should this work with?
Right now as a work-around I added the following jvmArg:
--add-exports javafx.graphics/com.sun.glass.ui=BorderlessSceneFX
Thank you for your help!