Class ImageLoadingManager

java.lang.Object
  |
  +--ImageLoadingManager

public class ImageLoadingManager
extends java.lang.Object


Method Summary
static boolean allImagesAreLoaded()
          Checks to see if all the images have been loaded...
static java.awt.Image getImage(java.lang.String name)
          Get an image.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImage

public static java.awt.Image getImage(java.lang.String name)
Get an image.

Loads a specified image, either from the currect directory - or from inside the relevant jar file, whichever is appropriate...


allImagesAreLoaded

public static boolean allImagesAreLoaded()
Checks to see if all the images have been loaded...

Returns true if all the images loaded through the getImage method have been loaded...