|
@@ -48,17 +48,17 @@ For this tutorial, you need a jme3test.helloworld package in your project, wit
|
|
|
In the jMonkeyEngine SDK:
|
|
|
|
|
|
. In the `Source Packages` node of your project, btn:[RMB] select the "`mygame`" package.
|
|
|
-.. Choose `menu:Refactor[Rename]`
|
|
|
+.. Choose: `menu:Refactor[Rename]`
|
|
|
.. Enter the New Name: `jme3test.helloworld`
|
|
|
.. Click btn:[Refactor] when ready.
|
|
|
. In the newly refactored package, btn:[RMB] select the `Main.java` class.
|
|
|
-.. Choose `menu:Refactor[Rename]`
|
|
|
+.. Choose: `menu:Refactor[Rename]`
|
|
|
.. Enter the New Name: `HelloJME3`
|
|
|
.. Click btn:[Refactor] when ready.
|
|
|
|
|
|
You follow this same basic procedure for the remaining tutorials.
|
|
|
|
|
|
-TIP: The remaining tutorials all use the same `jme3test.helloworld` package. You can just refactor the "`Main.java`" class rather than creating a new project for each.
|
|
|
+TIP: The remaining tutorials all use the same `jme3test.helloworld` package. Just refactor the "`Main.java`" class name to the tutorial examples class name rather than creating a new project for each.
|
|
|
|
|
|
== Code Sample
|
|
|
|