Relates :
|
|
Relates :
|
The implementation of Component.imageUpdate() returns true until it gets an ABORT or an ALLBITS notification. This works reasonably well and safely for most static images since they tend to generate one or the other of those notifications fairly quickly. Unfortunately, an animated image may never send either of those status notifications and so the imageUpdate method will always return true, even if the image is no longer of interest.
|