Button close JavaFx

0
@FXML
private void closeAction(ActionEvent event) {
    System.exit(0);
}

I try to do the close button in JavaFx, but it throws me an error.

    
asked by Jonathan E. Meriño Bolivar 05.05.2018 в 18:37
source

0 answers