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!
i have javafx application with parent stage and child stage (pop up)
i want when click o button in child stage the listview in parent stage update.
i use Platform.runLater() but i can not update the listview.
Hi, The error says it, No controller specified.
Caused by: javafx.fxml.LoadException: No controller specified.
Add the controller declaration to AnchorPane declaration as shown :
fx:controller="calculadorafx.cenaCalculadoraFXController"
Also, Take a look in this solution https://stackoverflow.com/questions/30267459/javafx-error-exception-in-application-start-method-no-controller-specified