diff options
author | Sven Gothel <[email protected]> | 2010-11-14 08:53:42 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-14 08:53:42 +0100 |
commit | 59ce11a4d732bea8199e1546d83a95ede4f67e07 (patch) | |
tree | cbdc08a2c2a1a6940e8f2ed50a3017baca892177 /src/junit | |
parent | 983ec91d0f2f46fd3e610209c62feeb38e8169eb (diff) |
import cleanup
Diffstat (limited to 'src/junit')
-rw-r--r-- | src/junit/com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.java | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/src/junit/com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.java b/src/junit/com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.java index ea77b2876..a57ea5777 100644 --- a/src/junit/com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.java +++ b/src/junit/com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.java @@ -28,13 +28,15 @@ package com.jogamp.test.junit.jogl.offscreen; -import java.lang.reflect.*; -import java.util.ArrayList; -import java.util.Iterator; -import java.util.List; +import com.jogamp.newt.Display; +import com.jogamp.newt.NewtFactory; +import com.jogamp.newt.Screen; +import com.jogamp.newt.Window; +import com.jogamp.newt.event.MouseListener; +import com.jogamp.newt.event.WindowListener; +import com.jogamp.newt.opengl.GLWindow; import org.junit.AfterClass; -import org.junit.After; import org.junit.Assert; import org.junit.Assume; import org.junit.Before; @@ -44,12 +46,7 @@ import org.junit.Test; import javax.media.opengl.*; import javax.media.nativewindow.*; -import com.jogamp.newt.*; -import com.jogamp.newt.event.*; -import com.jogamp.newt.opengl.*; - import com.jogamp.test.junit.util.UITestCase; -import com.jogamp.test.junit.jogl.demos.gl2.gears.Gears; import com.jogamp.test.junit.jogl.demos.es1.RedSquare; import java.io.IOException; |