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.
@return true if all images have finished loading,have been aborted, or have encountered an error; false otherwise
@see java.awt.MediaTracker#checkAll(boolean)
@see java.awt.MediaTracker#checkID
@see java.awt.MediaTracker#isErrorAny
@see java.awt.MediaTracker#isErrorID
| |
| |