FileDocCategorySizeDatePackage
Ch06_01.javaAPI DocExample730Mon Nov 03 11:19:38 GMT 2003org.eclipsebook.ch06

Ch06_01

public class Ch06_01 extends Applet
author
Steven Holzner To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Fields Summary
Constructors Summary
Methods Summary
public voiddestroy()

	
public voidinit()

		setBackground(Color.white);
	
public voidpaint(java.awt.Graphics g)

		g.drawString("Hello from Eclipse!", 60, 100);
	
public voidstart()

	
public voidstop()