Hi all,
My team is using openjfx 11 with tornadofx-2.0.0-SNAPSHOT. On windows a team member is getting the following runtime exception when he first runs the app from within intellij.
If we edit the run configuration to add the following to the VM options, it works:
--add-opens=javafx.controls/javafx.scene.control.skin=ALL-UNNAMED
Any ideas what's wrong? Thanks!