JavaFX overlay app initialisation and threading not behaving as expected
I have created a JavaFX application that needs to run as an overlay. Because of different requirements we’re starting it with Platform.startup()
. The first stage that I create is a splash screen like so (pseudo-Kotlin follows):