diff options
author | Sven Gothel <[email protected]> | 2023-09-17 01:45:34 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-09-17 01:45:34 +0200 |
commit | dbe9eee971b6ac7efa01ccb32bc16577f13c53dd (patch) | |
tree | a46aa7a82212fa2f019da8f1e714afa806e41f6f /make | |
parent | 3309ea8e83241f34cb1e83b660c633b3778f34df (diff) |
FontView01: Have all layout performed by our Box/Grid-Layout classes w/o manual calculus (the goal)
In some cases we still query a previous added box for width or height though.
But in general, using the Group w/ Box- or GridLayout and Fill/Center relieves us from manually scaling things.
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 13e92928c..566d19840 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -1008,8 +1008,8 @@ 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.UILayoutBox01 $* -#testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutBox01 $* +testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* #testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT21 $* #testnoawt com.jogamp.opengl.demos.av.MovieCube $* |