Drawing an oval
(0,0)
(width,0)
(0,height)
(width,height)
(x,y)
x
y
(x,y)
w
h
g.setColor ( purple );
g.fillOval ( x, y, w, h);
Previous slide
Next slide
Back to first slide
View graphic version