@FXML
private void closeAction(ActionEvent event) {
System.exit(0);
}
I try to do the close button in JavaFx, but it throws me an error.
@FXML
private void closeAction(ActionEvent event) {
System.exit(0);
}
I try to do the close button in JavaFx, but it throws me an error.