FileDocCategorySizeDatePackage
FileNameErrors.javaAPI DocExample501Wed Jul 26 12:21:32 BST 2000None

circleerrors

public class circleerrors extends Applet

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

		g.setColor(Color.red);				// set the drawing pen colour
		g.fillOval(100, 100, 100, 100);  // draw a filled square
		g.drawString("One red square", 100, 220); // write the string