aboutsummaryrefslogtreecommitdiffstats
path: root/src/demos/com/jogamp/opengl
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-03-20 14:21:24 +0100
committerSven Gothel <[email protected]>2023-03-20 14:21:24 +0100
commit16139461033dff906ab4dfcecb7b6da06174f222 (patch)
treec78ba6a16485f888e942a5af0040404b4fc0dbe5 /src/demos/com/jogamp/opengl
parent28656f9822ed0028095b1d60490c3ee56a1a9dce (diff)
Rename UISceneDemo{02->10}
Diffstat (limited to 'src/demos/com/jogamp/opengl')
-rw-r--r--src/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemo10.java (renamed from src/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemo02.java)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemo02.java b/src/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemo10.java
index ffae6d8f8..4ba64a4b5 100644
--- a/src/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemo02.java
+++ b/src/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemo10.java
@@ -69,7 +69,7 @@ import com.jogamp.opengl.util.av.GLMediaPlayerFactory;
* User can test Shape drag-move and drag-resize w/ 1-pointer
* </p>
*/
-public class UISceneDemo02 {
+public class UISceneDemo10 {
static final boolean DEBUG = false;
static final boolean TRACE = false;
@@ -175,7 +175,7 @@ public class UISceneDemo02 {
scene.addShape(shape);
window.setSize(width, height);
- window.setTitle(UISceneDemo02.class.getSimpleName()+": "+window.getSurfaceWidth()+" x "+window.getSurfaceHeight());
+ window.setTitle(UISceneDemo10.class.getSimpleName()+": "+window.getSurfaceWidth()+" x "+window.getSurfaceHeight());
window.setVisible(true);
window.addGLEventListener(scene);
scene.attachInputListenerTo(window);