Checks to see if all images being tracked by this media tracker have finished loading.
This method does not start loading the images if they are not already loading.
If there is an error while loading or scaling an image, then that
image is considered to have finished loading. Use the
isErrorAny or isErrorID methods to
check for errors.
true if all images have finished loading,
have been aborted, or have encountered
an error; false otherwise
java.awt.MediaTracker.checkAll(boolean), java.awt.MediaTracker.checkID, java.awt.MediaTracker.isErrorAny, java.awt.MediaTracker.isErrorID
Diagram: Observer