void drawRect(int x, int y, int width, int height)
void drawRoundRect(int x, int y, int width, int height,
int arcWidth, int arcHeight)
void drawOval(int x, int y, int width, int height)
void drawArc(int x, int y, int width, int height, int startAngle,
int angularExtent)
void fillRect(int x, int y, int width, int height)
void fillRoundRect(int x, int y, int width, int height,
int arcWidth, int arcHeight)
void fillOval(int x, int y, int width, int height)
void fillArc(int x, int y, int width, int height, int startAngle,
int angularExtent)
You can select a method in the combo box and control its parameters with
the other controls.
The resulting message is displayed above the drawing area.