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.
@see java.awt.MediaTracker#waitForID(int)
@see java.awt.MediaTracker#waitForAll(long)
@see java.awt.MediaTracker#isErrorAny
@see java.awt.MediaTracker#isErrorID
@exception InterruptedException if any thread hasinterrupted this thread
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|