FileDocCategorySizeDatePackage
textas.javaAPI DocExample633Mon Mar 24 02:04:50 GMT 1997None

textas

public class textas extends Applet

Fields Summary
Constructors Summary
Methods Summary
public voidinit()

        add (new TextArea ());
        add (new TextArea (3, 10));
        add (new TextArea ("Empty Area"));
        add (new TextArea ("Empty Area", 3, 10));
        System.out.println (new TextArea ("Empty Area", 3, 10));