-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6u10
-
Component/s: deploy
The animated GIF support added in 6624980 and clarified in 6670475 has a remaining problem with flickering. Because the GrayBoxPanel is an AWT heavyweight component and therefore single-buffered, the separate operations to clear its background color and then paint the animated GIF show up as flickering of the animated GIF. ###@###.### points out that an explicit double-buffering of the GrayBoxPanel's content into an Image can be done, as is already done in the AnimationPanel, which will solve this problem.
- relates to
-
JDK-6670475 GrayBoxPainter's control over gray box background color is broken
-
- Closed
-
-
JDK-6673601 Applet must obey either boxbgcolor or page background color before loading
-
- Closed
-
-
JDK-6691182 Flickering of gray box painter during applet resizes
-
- Closed
-
-
JDK-6624980 Support animated GIF images for custom loading screens in Plugin
-
- Closed
-