Пример #1
0
 /** Function assigned to a fxml button that goes to the Authorization.fxml screen. */
 @FXML
 public void goToSettings() {
   MainScreen.removeObserver(this);
   goToNextScreen("/fxml/Authorization.fxml");
 }