- fix AppStateBrowser position

experimental
Normen Hansen 10 years ago
parent 3991123073
commit 18747f0add
  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 = "explorer", openAtStartup = true)
@TopComponent.Registration(mode = "explorer", openAtStartup = true, position = 400)
@ActionID(category = "Window", id = "com.jme3.gde.core.appstates.AppStateExplorerTopComponent")
@ActionReference(path = "Menu/Window" /*, position = 333 */)
@TopComponent.OpenActionRegistration(

Loading…
Cancel
Save