FileDocCategorySizeDatePackage
texts.javaAPI DocExample694Mon Mar 24 01:58:04 GMT 1997None

texts

public class texts extends Applet

Fields Summary
Constructors Summary
Methods Summary
public voidinit()


        add (new TextField ("Empty String", 20));
        setFont (new Font ("TimesRoman", Font.ITALIC, 8));
        add (new TextField ("Hello World"));
        setFont (new Font ("Helvetica", Font.BOLD, 18));
        add (new TextArea ("Scratch Pad on Ice", 5,20));