Großmarkt

market.resource
Class IconSetter

java.lang.Object
  |
  +--market.resource.IconSetter

public abstract class IconSetter
extends Object

Handles the assignment of the image icon to frames.


Constructor Summary
IconSetter()
           
 
Method Summary
static URL getIconPath()
           
static void setIcon(JFrame jf)
          Sets the image icon as a JFrame's icon.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconSetter

public IconSetter()
Method Detail

getIconPath

public static URL getIconPath()
Returns:
the full path to the image icon.

setIcon

public static void setIcon(JFrame jf)
Sets the image icon as a JFrame's icon.

Parameters:
jf - the JFrame to which the icon is set.

Großmarkt