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.