From ec32272ad1d5ce2509f0907792a411446acca30d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 24 Apr 2010 05:13:37 +0200 Subject: Adaption to JOGL 1ad8c39df6b097c80ba7a85badf555e7f669cc3f --- src/demos/newt/NEWTTest1.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/demos/newt/NEWTTest1.java') 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 { -- cgit v1.2.3