|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.glaivestone.javax.awt.ImageIconX
Utilities for ImageIcon
.
Method Summary | |
static javax.swing.Icon |
getSystemResourceIcon(java.lang.String path)
Returns an ImageIcon which gets pixel data from the specified file on the class path, whose format can be either GIF, JPEG or PNG. |
static javax.swing.ImageIcon |
getSystemResourceImageIcon(java.lang.String path)
Returns an ImageIcon which gets pixel data from the specified file on the class path, whose format can be either GIF, JPEG or PNG. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static javax.swing.ImageIcon getSystemResourceImageIcon(java.lang.String path)
ClassLoader.getSystemResource(String)
,
Toolkit.getImage(URL)
public static javax.swing.Icon getSystemResourceIcon(java.lang.String path)
getSystemResourceImageIcon(String)
|
GFL 1.1 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |