Saved Bookmarks
| 1. |
What Is The Difference Between The Paint() And Repaint() Methods? |
|
Answer» The paint() method supports painting VIA a GRAPHICS object. The repaint() method is used to cause paint() to be INVOKED by the AWT painting THREAD. The paint() method supports painting via a Graphics object. The repaint() method is used to cause paint() to be invoked by the AWT painting thread. |
|