FileDocCategorySizeDatePackage
Skeleton.javaAPI DocExample812Mon Dec 03 15:18:50 GMT 2001None

Skeleton

public class Skeleton extends Applet

Fields Summary
Constructors Summary
Methods Summary
public voidinit()

	// Stuff that is done once only
	
public voidpaint(java.awt.Graphics g)

		// This method is called every time the applet is resized
		// Include things you want to appear in the applet
		// for example g.drawString("Welcome to Java!!", 50, 60 );