File
Doc
Category
Size
Date
Package
Square.java
API Doc
Example
309
Fri Nov 09 18:51:26 GMT 2001
polymorphism
Square
java.awt.Shape
public class Square extends Shape
Fields Summary
Constructors Summary
Methods Summary
public void
drawShape
(
java.awt.Graphics
g,
int
x,
int
y,
int
width,
int
height)
// Draw the circle g.drawRect(x,y,width,height);
Java Code Source