- remove icons from log window

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10688 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2013-06-29 19:01:25 +00:00
parent 8701e4257d
commit 6b5ea6ce46

@ -95,9 +95,9 @@ public class ApplicationLogHandler extends Handler implements Callable<JButton>
}; };
public ApplicationLogHandler() { public ApplicationLogHandler() {
levelFine.putValue(Action.SMALL_ICON, IconList.chimpConfused); // levelFine.putValue(Action.SMALL_ICON, IconList.chimpConfused);
levelInfo.putValue(Action.SMALL_ICON, IconList.chimpSmile); // levelInfo.putValue(Action.SMALL_ICON, IconList.chimpSmile);
levelWarning.putValue(Action.SMALL_ICON, IconList.chimpNogood); // levelWarning.putValue(Action.SMALL_ICON, IconList.chimpNogood);
levelFine.putValue(Action.NAME, "Fine"); levelFine.putValue(Action.NAME, "Fine");
levelInfo.putValue(Action.NAME, "Normal"); levelInfo.putValue(Action.NAME, "Normal");
levelWarning.putValue(Action.NAME, "Warning"); levelWarning.putValue(Action.NAME, "Warning");