FileDocCategorySizeDatePackage
TinyApplet.javaAPI DocExample265Sun Dec 27 15:20:28 GMT 1998None

TinyApplet

public class TinyApplet extends Applet
Simple demo of creating a program with a button.

Fields Summary
Constructors Summary
Methods Summary
public voidinit()
The init method is used to set up the GUI

		add(new Button("A button")); // no action yet