From b780eff49b626bd8429e1e87609f7a917f7b094e Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 6 Sep 2013 23:14:11 +0200 Subject: GLCanvas Printing WIP: Add GLJPanel; GLCanvas TILE_SIZE 512; print(Graphics): Don't force on AWT-EDT -> Deadlock; releasePrint(): perform reshape/display! --- make/scripts/tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'make') diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 2921bd409..65ec1d992 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -330,6 +330,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.jogl.tile.TestRandomTiledRendering2GL2NEWT $* #testawt com.jogamp.opengl.test.junit.jogl.tile.TestRandomTiledRendering3GL2AWT $* testawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledPrintingGearsAWT $* +testawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledPrintingGearsSwingAWT $* # # core/newt (testnoawt and testawt) -- cgit v1.2.3