View Single Post
  #3 (permalink)  
Old 09-07-2008, 04:02 AM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: SouthWest Missouri, USA
Posts: 2,229
Rep Power: 4
Norm is on a distinguished road
Default
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