Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Load stage first and then the method

69807f37-3bce-42ea-83e1-060cf2e1cbc1Jun 14 2017 — edited Jun 14 2017

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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 12 2017
Added on Jun 14 2017
1 comment
193 views