core
Class Icon

java.lang.Object
  extended by core.Icon

public class Icon
extends java.lang.Object


Field Summary
static java.lang.String TRAY_ICON_LOCATION
          The location string of the title bar icon that is also used as the system tray icon.
 
Constructor Summary
Icon()
          This class simply retrieves the Icon images used in iTunesDSM through the static getIcons() method.
 
Method Summary
static java.util.List<java.awt.Image> getIcons()
          Returns a list of images that are used by all gui elements in iTunesDSM.
static java.awt.Image getTrayIcon()
          Returns the System Tray icon.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRAY_ICON_LOCATION

public static final java.lang.String TRAY_ICON_LOCATION
The location string of the title bar icon that is also used as the system tray icon.

See Also:
Constant Field Values
Constructor Detail

Icon

public Icon()
This class simply retrieves the Icon images used in iTunesDSM through the static getIcons() method.

Method Detail

getIcons

public static java.util.List<java.awt.Image> getIcons()
Returns a list of images that are used by all gui elements in iTunesDSM. The images are in the img folder.

Returns:
Images used in the iTunesDSM program.

getTrayIcon

public static java.awt.Image getTrayIcon()
Returns the System Tray icon.

Returns:
The system tray icon to display.

main

public static void main(java.lang.String[] args)