summaryrefslogtreecommitdiffstats
path: root/src/demos/newt/util
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-29 04:48:33 +0200
committerMichael Bien <[email protected]>2010-03-29 04:48:33 +0200
commit19528b880625ee830ab03cb2724311a874240fe8 (patch)
tree9140a65757502386256b2d839bcba62e8b43c398 /src/demos/newt/util
parent28388dd9be0df17bc2a1f538d0e039c4c82443ac (diff)
changes due to package rename in jogl.
Diffstat (limited to 'src/demos/newt/util')
-rw-r--r--src/demos/newt/util/TaskToolWM.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/demos/newt/util/TaskToolWM.java b/src/demos/newt/util/TaskToolWM.java
index 2f312f6..6ecdaff 100644
--- a/src/demos/newt/util/TaskToolWM.java
+++ b/src/demos/newt/util/TaskToolWM.java
@@ -38,8 +38,7 @@ package demos.newt.util;
import java.util.*;
-import javax.media.nativewindow.*;
-import com.jogamp.javafx.newt.*;
+import com.jogamp.newt.*;
public class TaskToolWM {
final static boolean externalStimuli;