View Single Post
  #3 (permalink)  
Old 05-09-2008, 03:18 PM
Zebra's Avatar
Zebra Zebra is offline
Member
 
Join Date: Apr 2008
Location: Louisville, Indiana/Kentucky
Posts: 64
Zebra is on a distinguished road
Quote:
Originally Posted by Zosden View Post
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:
Code:
setBackground(Color.black); page.fillRect(0, 175, 300, 50);
__________________
I am a Java n00b.
Reply With Quote