| |
|
| java.lang.Object org.swingml.icons.IconLoader
IconLoader | public class IconLoader (Code) | | Utility class to fetch images (icons) stored locally.
author: CrossLogic |
Method Summary | |
public static Icon | getIcon(String iconName) Locate and return an icon with the given filename. |
ICON_PROGRESS_DIALOG | final public static String ICON_PROGRESS_DIALOG(Code) | | |
ICON_PROGRESS_DIALOG_OVER | final public static String ICON_PROGRESS_DIALOG_OVER(Code) | | |
getIcon | public static Icon getIcon(String iconName)(Code) | | Locate and return an icon with the given filename.
Parameters: iconName - |
|
|
|