Label
Labels are simple text strings used to label other components (usually text fields). The constructors for labels are as follows:
Label(String s, int alignment)
Creates a label with the specified string and alignment (Label.LEFT, Label.RIGHT, or Label.CENTER).
Creates a label with string s using thedefault left alignment.