|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.zwares.base.gui.images.ImageFactory
Image factory used to return image icons from the images folder. This class uses Hashtable to store catche images that have already been loaded. This reduces the disk i/o time.
| Constructor Summary | |
ImageFactory()
Creates a new ImageFactory. |
|
| Method Summary | |
static javax.swing.ImageIcon |
getImageIcon(java.lang.String file)
Static method used to return the image icon given the image file name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ImageFactory()
| Method Detail |
public static javax.swing.ImageIcon getImageIcon(java.lang.String file)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||