I am trying to change the scene in a javafx stage based on menuItem click. Here is my sample.fxml:
Stage stage = (Stage) ((Node) myMenuBar).getScene().getWindow();