Generated by
JDiff

Class java.awt.Label

Documentation changed from old to new.

Changed Constructors
Label(String) Change in exceptions thrown from no exceptions to HeadlessException.
Documentation changed from old to new.
Constructs a new label with the specified string of text left justified.
Label(String, int) Change in exceptions thrown from no exceptions to HeadlessException.
Documentation changed from old to new.
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.
Documentation changed from old to new.
Constructs an empty label.
 

Changed Methods
String paramString() Documentation changed from old to new.
Returns a string representing the state of this Label.