`JFXPanel()` is nowhere to be found :confused: I u...
# tornadofx
t
JFXPanel()
is nowhere to be found 😕 I used that as a hack to start JavaFX thread. I had to call
javafx.application.Platform.startup(() ->{});
to achieve this.