Skip to content

Instantly share code, notes, and snippets.

@KowalczykBartek
Created August 6, 2013 20:51
Show Gist options
  • Save KowalczykBartek/6168514 to your computer and use it in GitHub Desktop.
Save KowalczykBartek/6168514 to your computer and use it in GitHub Desktop.
button.setOnAction(new EventHandler<ActionEvent>() {
@Override
public void handle(ActionEvent event) {
System.out.println("Anonymous!");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment