- move AppStateExplorer to top right by default

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10132 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent 7cece4a7fc
commit 6b7daa4af1
  1. 2
      sdk/jme3-core/src/com/jme3/gde/core/appstates/AppStateExplorerTopComponent.java

@ -59,7 +59,7 @@ autostore = false)
preferredID = "AppStateExplorerTopComponent",
//iconBase="SET/PATH/TO/ICON/HERE",
persistenceType = TopComponent.PERSISTENCE_ALWAYS)
@TopComponent.Registration(mode = "navigator", openAtStartup = true)
@TopComponent.Registration(mode = "explorer", openAtStartup = true)
@ActionID(category = "Window", id = "com.jme3.gde.core.appstates.AppStateExplorerTopComponent")
@ActionReference(path = "Menu/Window" /*, position = 333 */)
@TopComponent.OpenActionRegistration(

Loading…
Cancel
Save