Adding labels
The output of the labelDemo applet.
Note:
A label is not active - clicking on it does not produce an event, and we will not need to refer to a label later on. Thus the scope can be local to init.
Though a label is simple, it takes several lines of code to display.