FileDocCategorySizeDatePackage
textas11.javaAPI DocExample893Mon Mar 24 02:04:54 GMT 1997None

textas11

public class textas11 extends Applet

Fields Summary
String
s
Constructors Summary
Methods Summary
public voidinit()

       
        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));