SDK:
- add some more icons git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10250 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
6c5b79cbab
commit
d138668ce4
@ -134,6 +134,18 @@ public class IconList {
|
||||
ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/terrain.png", false);
|
||||
public static ImageIcon vehicle =
|
||||
ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/vehicle.png", false);
|
||||
// public static ImageIcon orthoMode =
|
||||
// ImageUtilities.loadImageIcon(, false);
|
||||
public static ImageIcon chimpConfused =
|
||||
ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/chimpanzee-confused.gif", false);
|
||||
public static ImageIcon chimpLobo =
|
||||
ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/chimpanzee-lobotized.gif", false);
|
||||
public static ImageIcon chimpMad =
|
||||
ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/chimpanzee-mad.gif", false);
|
||||
public static ImageIcon chimpNogood =
|
||||
ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/chimpanzee-nogood.gif", false);
|
||||
public static ImageIcon chimpSad =
|
||||
ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/chimpanzee-sad.gif", false);
|
||||
public static ImageIcon chimpSmile =
|
||||
ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/chimpanzee-smile.gif", false);
|
||||
// public static ImageIcon icon =
|
||||
// ImageUtilities.loadImageIcon("", false);
|
||||
}
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 244 B |
Binary file not shown.
After Width: | Height: | Size: 241 B |
BIN
sdk/jme3-core/src/com/jme3/gde/core/icons/chimpanzee-mad.gif
Normal file
BIN
sdk/jme3-core/src/com/jme3/gde/core/icons/chimpanzee-mad.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 224 B |
BIN
sdk/jme3-core/src/com/jme3/gde/core/icons/chimpanzee-nogood.gif
Normal file
BIN
sdk/jme3-core/src/com/jme3/gde/core/icons/chimpanzee-nogood.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 227 B |
BIN
sdk/jme3-core/src/com/jme3/gde/core/icons/chimpanzee-sad.gif
Normal file
BIN
sdk/jme3-core/src/com/jme3/gde/core/icons/chimpanzee-sad.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 229 B |
BIN
sdk/jme3-core/src/com/jme3/gde/core/icons/chimpanzee-smile.gif
Normal file
BIN
sdk/jme3-core/src/com/jme3/gde/core/icons/chimpanzee-smile.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 226 B |
Loading…
x
Reference in New Issue
Block a user