Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
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.
|