aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-09-23 04:02:23 +0200
committerSven Gothel <[email protected]>2023-09-23 04:02:23 +0200
commit3ecb8e9d1bfd1149f32b05c13c5ec1be6c0cab54 (patch)
tree3d87c109d06875d38a2ae07130c37863c9b104f3 /make
parent6c97c5fa201d221a37773db54994d27e34ba86c3 (diff)
GraphUI Layout: Add UILayoutBoxGridOffset01, showing behavior w/ shapes not starting at 0/0 but at an offset
OK for centered or non-zoomed .. as used w/ FontView01 to show the underline space. Sure, Fill (zoom) w/o center on offset shapes is tricky and a matter of definition and taste, but in general useless.
Diffstat (limited to 'make')
-rw-r--r--make/scripts/tests.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index ce5401339..309a0604e 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -1008,10 +1008,10 @@ function testawtswt() {
#testawt com.jogamp.opengl.demos.es2.GearsES2 $*
#testnoawt com.jogamp.opengl.demos.graph.ui.UIGraphDemoU01a $*
#testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutGrid01 $*
-#testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutGrid02 $*
-#testnoawt com.jogamp.opengl.demos.av.MovieCube $*
-testnoawt com.jogamp.opengl.demos.av.MovieSimple $*
#testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutBox01 $*
+testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutBoxGridOffset01 $*
+#testnoawt com.jogamp.opengl.demos.av.MovieCube $*
+#testnoawt com.jogamp.opengl.demos.av.MovieSimple $*
#testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $*
#testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT21 $*