- add some more icons

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10250 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent 6c5b79cbab
commit d138668ce4
  1. 16
      sdk/jme3-core/src/com/jme3/gde/core/icons/IconList.java
  2. BIN
      sdk/jme3-core/src/com/jme3/gde/core/icons/chimpanzee-confused.gif
  3. BIN
      sdk/jme3-core/src/com/jme3/gde/core/icons/chimpanzee-lobotized.gif
  4. BIN
      sdk/jme3-core/src/com/jme3/gde/core/icons/chimpanzee-mad.gif
  5. BIN
      sdk/jme3-core/src/com/jme3/gde/core/icons/chimpanzee-nogood.gif
  6. BIN
      sdk/jme3-core/src/com/jme3/gde/core/icons/chimpanzee-sad.gif
  7. BIN
      sdk/jme3-core/src/com/jme3/gde/core/icons/chimpanzee-smile.gif

@ -134,6 +134,18 @@ public class IconList {
ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/terrain.png", false); ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/terrain.png", false);
public static ImageIcon vehicle = public static ImageIcon vehicle =
ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/vehicle.png", false); ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/vehicle.png", false);
// public static ImageIcon orthoMode = public static ImageIcon chimpConfused =
// ImageUtilities.loadImageIcon(, false); 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Loading…
Cancel
Save