mauda.images
Class ImageHandler

java.lang.Object
  extended by mauda.images.ImageHandler

public class ImageHandler
extends java.lang.Object

Handles used Images (necessary for use in JAR-Files)

Author:
Markus Krebs

Constructor Summary
ImageHandler()
           
 
Method Summary
static javax.swing.ImageIcon createImageIcon(java.lang.String path)
          Creates an ImageIcon from the specified path relative to the package mauda.images
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageHandler

public ImageHandler()
Method Detail

createImageIcon

public static javax.swing.ImageIcon createImageIcon(java.lang.String path)
Creates an ImageIcon from the specified path relative to the package mauda.images

Parameters:
path - The name of the Image
Returns:
ImageIcon