From dec4b02fe4b93028c85de6a56b6af79601042d6e Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 5 Jul 2013 11:32:12 +0200 Subject: NEWT Display.create: If reusing an existing instance, ensure EDT is running! --- .../test/junit/newt/parenting/TestParenting01NEWT.java | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'src/test/com') diff --git a/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java b/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java index 15c324e3e..e7fced5d9 100644 --- a/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java @@ -673,14 +673,28 @@ public class TestParenting01NEWT extends UITestCase { } public static void main(String args[]) throws IOException { + boolean asMain = false; for(int i=0; i