diff options
author | Michael Bien <[email protected]> | 2010-03-28 20:43:20 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-28 20:43:20 +0200 |
commit | 28388dd9be0df17bc2a1f538d0e039c4c82443ac (patch) | |
tree | bd8af53c7d24903364f9e7e454f2ef39c49e4a40 /src/demos/newt/util | |
parent | 0d46fa3091e40271ba2247f6c4236cb2358f5151 (diff) |
fixed jogl-demos since we moved some packages in jogl.
Diffstat (limited to 'src/demos/newt/util')
-rw-r--r-- | src/demos/newt/util/TaskToolWM.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/newt/util/TaskToolWM.java b/src/demos/newt/util/TaskToolWM.java index 0f1b180..2f312f6 100644 --- a/src/demos/newt/util/TaskToolWM.java +++ b/src/demos/newt/util/TaskToolWM.java @@ -39,7 +39,7 @@ package demos.newt.util; import java.util.*; import javax.media.nativewindow.*; -import com.sun.javafx.newt.*; +import com.jogamp.javafx.newt.*; public class TaskToolWM { final static boolean externalStimuli; |