Class ImageLoader

java.lang.Object
  |
  +--ImageLoader

public class ImageLoader
extends java.lang.Object


Method Summary
static java.awt.Image getImage(java.lang.String name)
          Get an image.
static java.awt.Toolkit getToolkit()
          Returns the Toolkit used...
 
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.


getToolkit

public static java.awt.Toolkit getToolkit()
Returns the Toolkit used...

Allow access to the toolkit used (i.e. access from outside this class)...