Ejemplo n.º 1
0
 /**
  * Closes the system
  *
  * @param actionEvent
  */
 @FXML
 public void closeSystem(ActionEvent actionEvent) {
   MyAlertDialoge.showAlertBox();
 }
Ejemplo n.º 2
0
 /**
  * Thats the menu bar event About !!
  *
  * @param ae
  */
 @FXML
 public void aboutMe(ActionEvent ae) {
   MyAlertDialoge.aboutMe();
 }