|
-
September 28th, 2000, 04:23 AM
#1
component flicker
I am working on a animated java menu. It works fantastic in internet explorer but flickers horribly in netscape.
The applet uses a custom layout manager and a daemon thread to size the buttons.
How can I eliminate the awefull netscape flicker?
I have overridden all my update( Graphics g ) methods to do nothing but it doesnt help in NS.
You can view the menu at
http://www.terracorps.com
D
-
October 1st, 2000, 04:03 PM
#2
Re: component flicker
If you haven't implemented double-buffering, try implementing it. It gives remarkable effect.
- UnicMan
http://members.tripod.com/unicman
-
October 1st, 2000, 06:43 PM
#3
Re: component flicker
I have already tried that.
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
|