diff options
-rw-r--r-- | vaadin-app/src/ch/asynk/helloworld/HelloWorldApp.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vaadin-app/src/ch/asynk/helloworld/HelloWorldApp.java b/vaadin-app/src/ch/asynk/helloworld/HelloWorldApp.java index e0d0b6b..17deb07 100644 --- a/vaadin-app/src/ch/asynk/helloworld/HelloWorldApp.java +++ b/vaadin-app/src/ch/asynk/helloworld/HelloWorldApp.java @@ -29,6 +29,7 @@ public class HelloWorldApp extends Application { })); // Button closeButton = new Button("close the application"); + closeButton.setDescription("This will close the application"); mainWindow.addComponent(closeButton ); closeButton.addListener( new Button.ClickListener() { @Override |