Checks to see if all images being tracked by this media tracker have finished loading.
If the value of the load flag is true,
then this method starts loading any images that are not yet
being loaded.
If there is an error while loading or scaling an image, that
image is considered to have finished loading. Use the
isErrorAny and isErrorID methods to
check for errors.
load | if true, start loading any
images that are not yet being loaded |
true if all images have finished loading,
have been aborted, or have encountered
an error; false otherwise
java.awt.MediaTracker.checkID, java.awt.MediaTracker.checkAll(), java.awt.MediaTracker.isErrorAny(), java.awt.MediaTracker.isErrorID(int)
Diagram: Observer