I have made a program that will graph a line from an array.  The program will 
display a grid system and then graph the point.  I have made a box to highlight 
a certain section of the graph.  The problem i am having is when i move the box 
around it leaves a trail of the previous spot of where the box was.  It seems 
as if repaint() is not working correctly but i do not know how to correct this. 
 If i resize the window, the window will erase all the trails and display only 
one box again, so i know repaint works sometimes.

Anyone know a way i can clean this up.

Thanks
[Message sent by forum member 'ricorx7' (ricorx7)]

http://forums.java.net/jive/thread.jspa?messageID=207781

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to