FileDocCategorySizeDatePackage
circle2.javaAPI DocExample491Thu Jul 13 12:02:44 BST 2000None

circle2

public class circle2 extends Applet

Fields Summary
Constructors Summary
Methods Summary
public voidpaint(java.awt.Graphics g)

		g.setColor(Color.red);			// set the drawing pen to red
		g.fillOval(0, 0, 60, 60); // draw the filled circle
		g.drawString("One red  circle", 0, 80); //write the string