FileDocCategorySizeDatePackage
texts.javaAPI DocExample561Mon Mar 24 02:04:56 GMT 1997None

texts

public class texts extends Applet

Fields Summary
Constructors Summary
Methods Summary
public voidinit()

        add (new TextField ());
        add (new TextField (15));
        add (new TextField ("Empty String"));
        add (new TextField ("Empty String", 20));