Advertisement
DamoVFR

Untitled

Nov 4th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. buttonStart.setOnAction(new EventHandler<javafx.event.ActionEvent>() {
  2. @Override
  3. public void handle(javafx.event.ActionEvent event) {
  4.  
  5. Thread thread = new Thread( runnable );
  6.  
  7. }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement