edu.northwestern.at.wordhoard.swing
Class Images

java.lang.Object
  extended by edu.northwestern.at.wordhoard.swing.Images

public class Images
extends java.lang.Object

Images.

This static class caches and makes available all of the images used by the client, including icons.


Method Summary
static javax.swing.ImageIcon get(java.lang.String name)
          Gets an image.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static javax.swing.ImageIcon get(java.lang.String name)
Gets an image.

Parameters:
name - The image file name (e.g., "me.gif").
Returns:
The image, or null if not found.