The Label widget displays text on the screen. But not only that, you can catch quite a few events as well. All the clickable menu items on this site are labels, and if you wrap a label in a FocusPanel, you can catch pretty much anything.
Label widget = new Label("This is a Label");