diff options
author | Sven Gothel <[email protected]> | 2023-04-18 05:45:24 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-04-18 05:45:24 +0200 |
commit | 70d2b056e69562e83156d0435208be8124f2ff86 (patch) | |
tree | 6923a3b04ddbd75f9fe495beac9d58db3f4b99dc /make/scripts/tests.sh | |
parent | 3ecba411d2677beee1996ebe9f3017c3fa3ef69e (diff) |
GraphUI: Add BoxLayout and Margin, todo: Have GridLayout properly use Gap w/ Padding and alignment (Margin?) (CSS alike)
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 81da09440..f30de91fd 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -1032,8 +1032,9 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo03b $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo10 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo11 $* +testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo12 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* -testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* #testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT21 $* #testnoawt com.jogamp.opengl.demos.av.MovieCube $* |