File
Doc
Category
Size
Date
Package
Ch06_01.java
API Doc
Example
730
Mon Nov 03 11:19:38 GMT 2003
org.eclipsebook.ch06
Ch06_01
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Panel
java.applet.Applet
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 void
destroy
()
public void
init
()
setBackground(Color.white);
public void
paint
(
java.awt.Graphics
g)
g.drawString("Hello from Eclipse!", 60, 100);
public void
start
()
public void
stop
()
Java Code Source