×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Kasper Aldrin
Added: Apr 30, 2017 1:36 AM
Views: 2297
Tags: no tags
  1. but.setOnAction(new EventHandler<ActionEvent>() {
  2.                                                         @Override public void handle(ActionEvent e) {
  3.                                                             label.setText("Accepted");
  4.                                                         }
  5.                                                     });