Originally Posted by
Zosden
I think there is one in the java 2d package
Sorry, but what is that/ and where can I find it.
Is there just a code on how to make one?
like here is how to make a rectangle in a Java Applet:
setBackground(Color.black);
page.fillRect(0, 175, 300, 50);