Generated by
JDiff

Class java.awt.Label

Changed Constructors
Label(String) Change in exceptions thrown from no exceptions to HeadlessException.
Constructs a new label with the specified string of text left justified.
Label(String, int) Change in exceptions thrown from no exceptions to HeadlessException.
Constructs a new label that presents the specified string of text with the specified alignment.
Label(void) Change in exceptions thrown from no exceptions to HeadlessException.
Constructs an empty label.