
-----------------------------------
tristan
Mon Jun 14, 2010 10:38 am

What is the java code for an applet to make a picture? Would love your creations
-----------------------------------


-----------------------------------
USEC_OFFICER
Mon Jun 14, 2010 11:56 am

RE:What is the java code for an applet to make a picture? Would love your creations
-----------------------------------
It would be nice if you explained more in your post.

-----------------------------------
andrew.
Mon Jun 14, 2010 6:14 pm

RE:What is the java code for an applet to make a picture? Would love your creations
-----------------------------------
Well, an Applet in Java has a method called paint. Basically, that method is automatically called once during the initialization (I believe). You can use the Graphics library to draw different things like shapes, lines, and text. 

many many examples on Google.
