summaryrefslogtreecommitdiffstats
path: root/src/demos/newt/NEWTTest1.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-24 05:13:37 +0200
committerSven Gothel <[email protected]>2010-04-24 05:13:37 +0200
commitec32272ad1d5ce2509f0907792a411446acca30d (patch)
tree85d1762019f8e66684a8ed7090688e88f4e4fb38 /src/demos/newt/NEWTTest1.java
parent0cd9dad723fb1eae0b30bab9f36318bbd0f2ee3d (diff)
Adaption to JOGL 1ad8c39df6b097c80ba7a85badf555e7f669cc3f
Diffstat (limited to 'src/demos/newt/NEWTTest1.java')
-rw-r--r--src/demos/newt/NEWTTest1.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demos/newt/NEWTTest1.java b/src/demos/newt/NEWTTest1.java
index 59f6051..ab8d577 100644
--- a/src/demos/newt/NEWTTest1.java
+++ b/src/demos/newt/NEWTTest1.java
@@ -2,6 +2,7 @@ package demos.newt;
import javax.media.nativewindow.*;
import com.jogamp.newt.*;
+import com.jogamp.newt.event.*;
public class NEWTTest1 implements WindowListener, KeyListener, MouseListener
{