I have an application that is used for data analysis. A big part of the application is the ability to be able to show charts based on the data assembled, and to be able to e
To run a JavaFX Task on the JFX thread, you can schedule the task to be run with Platform.runLater(myJFXTask);.
Task
Platform.runLater(myJFXTask);