- rename "SceneViewer" to "OpenGL Window" to reduce confusion

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7925 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-07-26 14:23:39 +00:00
parent 5ec83b0f62
commit 1b623df1ab
5 changed files with 8 additions and 8 deletions

View File

@ -36,11 +36,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head> </head>
<body> <body>
<h2>The SceneViewer</h2> <h2>The OpenGL Window</h2>
<div class="level2"> <div class="level2">
<p> <p>
The SceneViewer and SceneExplorer windows are shared among plugins to save system resources. This means that you will have to keep an eye on what plugin is using the scene right now and what you are actually modifying in these windows. The OpenGL window and the SceneExplorer window are shared among plugins to save system resources. This means that you will have to keep an eye on what plugin is using the scene right now and what you are actually modifying in these windows.
</p> </p>
<p> <p>

View File

@ -36,7 +36,7 @@
<tocitem text="About jMonkeyPlatform" target="com.jme3.gde.core.about"/> <tocitem text="About jMonkeyPlatform" target="com.jme3.gde.core.about"/>
<tocitem text="Introduction"> <tocitem text="Introduction">
<tocitem text="Creating a Project" target="sdk.project_creation"/> <tocitem text="Creating a Project" target="sdk.project_creation"/>
<tocitem text="The SceneViewer" target="com.jme3.gde.core.sceneviewer"/> <tocitem text="The OpenGL Window" target="com.jme3.gde.core.sceneviewer"/>
<tocitem text="The SceneExplorer" target="sdk.scene_explorer"/> <tocitem text="The SceneExplorer" target="sdk.scene_explorer"/>
</tocitem> </tocitem>
<tocitem text="Working with Models and Scenes"> <tocitem text="Working with Models and Scenes">

View File

@ -82,7 +82,7 @@ public final class OpenModel implements ActionListener {
JmeNode jmeNode = NodeUtility.createNode(node); JmeNode jmeNode = NodeUtility.createNode(node);
SceneApplication app = SceneApplication.getApplication(); SceneApplication app = SceneApplication.getApplication();
SceneRequest request = new SceneRequest(app, jmeNode, manager); SceneRequest request = new SceneRequest(app, jmeNode, manager);
request.setWindowTitle("SceneViewer - View Model"); request.setWindowTitle("OpenGL Window - View Model");
app.requestScene(request); app.requestScene(request);
} else { } else {
Confirmation msg = new NotifyDescriptor.Confirmation( Confirmation msg = new NotifyDescriptor.Confirmation(

View File

@ -362,7 +362,7 @@ public class SceneApplication extends Application implements LookupProvider, Loo
} }
currentSceneRequest = null; currentSceneRequest = null;
setCurrentFileNode(null); setCurrentFileNode(null);
setWindowTitle("SceneViewer"); setWindowTitle("OpenGL Window");
} }
} }
return null; return null;

View File

@ -1,6 +1,6 @@
CTL_SceneViewerAction=SceneViewer CTL_SceneViewerAction=OpenGL Window
CTL_SceneViewerTopComponent=SceneViewer Window CTL_SceneViewerTopComponent=OpenGL Window
HINT_SceneViewerTopComponent=This is a SceneViewer window HINT_SceneViewerTopComponent=This is a OpenGL Window
SceneViewerTopComponent.enableCamLight.text= SceneViewerTopComponent.enableCamLight.text=
SceneViewerTopComponent.enableCamLight.toolTipText=Toggle cam light SceneViewerTopComponent.enableCamLight.toolTipText=Toggle cam light
SceneViewerTopComponent.enableWireframe.toolTipText=Toggle wireframe mode SceneViewerTopComponent.enableWireframe.toolTipText=Toggle wireframe mode