Re: How do I force an Applet to repaint?
Posted By:
David_Wu
Posted On:
Friday, November 9, 2001 07:43 AM
I have a similar problem. I have several applets on a single html page. When scroll up or down in the Mac IE 5.0 Browser, I noticed that all applets are not repaint correctly. I further found out that when each Applet is hidden and shown again, the Browser calls the init and start methods but not the paint method. This tells me, the IE 5.0 is not properly working with Applet's paint. So I think the problem is in IE. If you found a answer for this problem. Please let me know.