From 6b7daa4af10e83da787858f36c3dccf619cf1d35 Mon Sep 17 00:00:00 2001 From: "nor..67" Date: Sun, 20 Jan 2013 23:39:21 +0000 Subject: [PATCH] SDK: - move AppStateExplorer to top right by default git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10132 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- .../jme3/gde/core/appstates/AppStateExplorerTopComponent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/jme3-core/src/com/jme3/gde/core/appstates/AppStateExplorerTopComponent.java b/sdk/jme3-core/src/com/jme3/gde/core/appstates/AppStateExplorerTopComponent.java index 1c67b257b..6ea08aca5 100644 --- a/sdk/jme3-core/src/com/jme3/gde/core/appstates/AppStateExplorerTopComponent.java +++ b/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(