Roughian Examples Site Map - GWT Examples - Tutorials

Label


Version 1.0 onwards

The Label widget lets you stick text on the screen



Listeners



Notes


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.


Code


Label widget = new Label("This is a Label");