|
|||||||||
| Home >> All >> com >> lutris >> dods >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lutris.dods.gui
Class Icons

java.lang.Objectcom.lutris.dods.gui.Icons
- public class Icons
- extends java.lang.Object
Get the icons from the jar file.
- Version:
- $Revision: 1.9.14.1 $
| Field Summary | |
(package private) static java.util.ResourceBundle |
res
|
| Constructor Summary | |
private |
Icons()
|
| Method Summary | |
static javax.swing.ImageIcon |
getIcon(java.lang.String filename)
|
static java.net.URL |
getIconURL(java.lang.String filename)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
res
static java.util.ResourceBundle res
| Constructor Detail |
Icons
private Icons()
| Method Detail |
getIconURL
public static java.net.URL getIconURL(java.lang.String filename)
getIcon
public static javax.swing.ImageIcon getIcon(java.lang.String filename)
|
|||||||||
| Home >> All >> com >> lutris >> dods >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.lutris.dods.gui.Icons