View Single Post
  #3 (permalink)  
Old 09-07-2008, 05:02 AM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: Heredia, Costa Rica
Posts: 2,225
Norm is on a distinguished road
To have paint() called when the button is pressed, you need to call repaint() to tell the system to call the paint method when it gets a chance
What is the press.repaint() call for?
Reply With Quote