Multi-threading from PreLoader - JavaFX
问题 I'm developing a JavaFX application that requires resources to be loaded in from a file before the main Application stage can be launched. My solution to accomplish this task is to use a PreLoader so that the user can't interact with the application until the resources have been loaded (pretty standard stuff). I have a class extending the PreLoader class that creates an object that loads a .fxml file which is what the PreLoader scene will display. It works all nice and dandy until I try to