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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IconSetter
public IconSetter()
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.