|
-
May 5th, 2003, 11:30 PM
#1
Thread Starter
New Member
paint() vs repaint() vs update() ???
Could somebody please explain what are the differences among these three graphical methods? I am getting really confused by them.
- paint(Graphics g)
- repaint(Graphics g)
- update(Graphics g)
When do I need them? Where do I use them? How do I use them? What differences do I have to concern with when applying them in an application and in an applet?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|