Skip to content

Instantly share code, notes, and snippets.

@sebyx07
Created December 1, 2014 18:31
Show Gist options
  • Save sebyx07/23a1916ea57250d92129 to your computer and use it in GitHub Desktop.
Save sebyx07/23a1916ea57250d92129 to your computer and use it in GitHub Desktop.
content.addComponent(new Button("Push Me!",
new ClickListener() {
@Override
public void buttonClick(ClickEvent e) {
Notification.show("Pushed!");
}
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment