HI Team,
I have developed a javafx page which is a dashboard.fxml. i want that dashboard to load first and then run method that loads the data. Example, that dashboard shows the reachability of the servers. So what i want is, to load the dashboard first, and after that the method should run. As of now what is happening, when i run the dashboard, it waits till the method completes and then show up. And I want is, load the dashboard first, and then the method. Please help me
Regards,
VK