Generated by
JDiff

Class java.awt.TextArea

Changed Constructors
TextArea(int, int) Change in exceptions thrown from no exceptions to HeadlessException.
Constructs a new text area with the specified number of rows and columns and the empty string as text.
TextArea(String) Change in exceptions thrown from no exceptions to HeadlessException.
Constructs a new text area with the specified text.
TextArea(String, int, int) Change in exceptions thrown from no exceptions to HeadlessException.
Constructs a new text area with the specified text and with the specified number of rows and columns.
TextArea(String, int, int, int) Change in exceptions thrown from no exceptions to HeadlessException.
Constructs a new text area with the specified text and with the rows columns and scroll bar visibility as specified.
TextArea(void) Change in exceptions thrown from no exceptions to HeadlessException.
Constructs a new text area with the empty string as text.