net.sf.ecl.datepicker
Class UIImages
java.lang.Object
net.sf.ecl.datepicker.UIImages
public final class UIImages
- extends Object
is a cache of net.sf.ecl.datepicker.images. The cache is used to load and store
images used by the calendar controls. The stored images are released on
disposal on the default Display.
- Author:
- Alexey Afanasyev, Alexey Kharlamov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getImage
public static Image getImage(String filename)
- loads the given image from classpath.
- Parameters:
filename -
- Returns:
- the image object.