TextArea Constructors
The constructor new TextArea( 7, 60 )creates an empty TextArea with 7 rows and 60 columns, whereas the constructor new TextArea( text, 7, 60 )creates a TextArea containing the value of the String variable text
Various scrollbar options are available…