View Single Post
  #4 (permalink)  
Old 05-09-2008, 04:09 PM
damounh damounh is offline
Member
 
Join Date: May 2008
Posts: 5
damounh is on a distinguished road
why dont you create two classes, one will be the applet, the other will be JPanel, and in the applet create an instance of the JPanel class and add it to the applet. then in the JPanel use the paint functions to draw just like drawing normally in java.

Damoun.H.
Reply With Quote