Browse Source

SDK:
- disable silly NetBeans warning with stack

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10203 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 12 years ago
parent
commit
7b39f35b2e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      jme3-core/src/com/jme3/gde/core/Installer.java

+ 1 - 0
jme3-core/src/com/jme3/gde/core/Installer.java

@@ -61,6 +61,7 @@ public class Installer extends ModuleInstall {
     public void restored() {
         //start scene app
         SceneApplication.getApplication();
+        Logger.getLogger("org.openide.loaders.FolderChildren").setLevel(Level.OFF);
     }
 
     static {