org.util.resource
Class ResourceManager

java.lang.Object
  extended by org.util.resource.ResourceManager

public class ResourceManager
extends java.lang.Object


Constructor Summary
ResourceManager()
           
 
Method Summary
static java.net.URL findResource(java.lang.String path)
           
static java.awt.Image getErrorImage(int w, int h)
           
static java.awt.Image getImage(java.lang.String path)
           
static java.awt.Image getImage(java.lang.String path, int w, int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceManager

public ResourceManager()
Method Detail

getImage

public static java.awt.Image getImage(java.lang.String path,
                                      int w,
                                      int h)

getImage

public static java.awt.Image getImage(java.lang.String path)

findResource

public static java.net.URL findResource(java.lang.String path)

getErrorImage

public static java.awt.Image getErrorImage(int w,
                                           int h)