add (new TextArea (s, 3, 10, TextArea.SCROLLBARS_BOTH));
add (new TextArea (s, 3, 10, TextArea.SCROLLBARS_VERTICAL_ONLY));
add (new TextArea (s, 3, 10, TextArea.SCROLLBARS_HORIZONTAL_ONLY));
add (new TextArea (s, 3, 10, TextArea.SCROLLBARS_NONE));
System.out.println (new TextArea ("Empty Area", 3, 10));