Hi i am just beginner to javafx. Created one project. And faces problem for slowness for loading javafx. So,found its solution from one of stack overflow question (Scene loads too slow - Scene loads too slow follows:- i. Use custom loader as given in (JavaFX2 - very poor performance when adding custom made (fxml)panels to gridpane dynamically) - Successfully integrated and using ii. Store controller in HashMap and reuse it with your loader iii. Use Tom Schindl module (https://tomsondev.bestsolution.at/2013/08/29/convert-fxml-to-java-as-part-of-the-build/)- for loading fxml. - Don't know how to do it, and as also there are plenty of problem scene as i googled.
Can anybody please provide a way for acomplish ii and iii task using javafx8. Please it will be great help if any body help me.