You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to reflectively use public JavaFX API before PlatormImpl fallback… (Kotlin#798)
Try to reflectively use public JavaFX API before PlatormImpl fallback, ignore "Toolkit already initialized"
* Fixes "illegal reflective access" warning on Java 9
* Works on all versions of Java
* Avoid conflicts with multiple calls to Platform.startup
FixesKotlin#463
0 commit comments