From 1c02f0eeb539ff5de7259b822893ab63a9cc3ab0 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 23 Sep 2010 16:30:25 +0200 Subject: NEWT: Changed Lifecycle of Display/Screen (part 4) - Reparenting - Tests - Adapted tests to API changes - Notably new Display lifecycle / Reparenting tests: - TestDisplayLifecycle01NEWT - Tests display lifecycle - TestParenting01NEWT - Tests various reparenting cases (native/recreate) - TestParenting01bAWT - Tests Animator/FPSAnimator with reparenting (AWT/Newt) - Other changes: - TestGearsNEWT: Added 'on-the-fly' KeyAdapter inducing a GLRunnable into the GLWindow for fullscreen toggle. - --- make/scripts/java-run-all.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'make/scripts/java-run-all.sh') diff --git a/make/scripts/java-run-all.sh b/make/scripts/java-run-all.sh index 3728ee2e4..c7eb15ed6 100755 --- a/make/scripts/java-run-all.sh +++ b/make/scripts/java-run-all.sh @@ -44,9 +44,12 @@ uname -a | grep -i Darwin && MOSX=1 # D_ARGS="-Dnewt.debug=all -Dnativewindow.debug=all" # D_ARGS="-Djogl.debug=all -Dnewt.debug=all -Dnativewindow.debug=all" # D_ARGS="-Dnewt.debug=all" -# D_ARGS="-Dnewt.debug.Window" +# D_ARGS="-Dnewt.debug.Window -Dnewt.debug.Display -Dnewt.debug.EDT" +# D_ARGS="-Dnewt.debug.EDT -Dnewt.debug.Window" +D_ARGS="-Dnewt.debug.EDT" # D_ARGS="-Dnewt.debug.Display" -D_ARGS="-Dnewt.debug.Window -Dnewt.debug.Display" +# D_ARGS="-Djogl.debug.Animator -Dnewt.debug.Window -Dnewt.debug.Display" +# D_ARGS="-Dnewt.debug.Window -Dnewt.debug.Display -Dnewt.test.Window.reparent.incompatible=true" # D_ARGS="-Dnewt.debug.Window -Dnewt.debug.TestEDTMainThread" # D_ARGS="-Dnewt.debug.TestEDTMainThread" # D_ARGS="-Djogl.debug=all -Djogl.debug.DynamicLookup=true -Djogamp.debug.NativeLibrary=true" -- cgit v1.2.3