summaryrefslogtreecommitdiffstats
path: root/logo/src/xlogo/kernel/LaunchPrimitive.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-09-07 03:49:04 +0200
committerSven Gothel <[email protected]>2020-09-07 17:34:48 +0200
commitb7e7dd4b38b89242982d0b7304a1de3b194456ee (patch)
tree660cc6d88da7e9f09714dd09ca7975ac6e18d8ad /logo/src/xlogo/kernel/LaunchPrimitive.java
parent135579a8367e4c8398dfd1a017272ae9d7502ca5 (diff)
JogAmp: Change Java3D + vecmath packages to jogamp.* ; Fix Color3f ctor passing AWT Color.getRGBColorComponents(null), lost AWT Color arg ctor variant
Diffstat (limited to 'logo/src/xlogo/kernel/LaunchPrimitive.java')
-rw-r--r--logo/src/xlogo/kernel/LaunchPrimitive.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/logo/src/xlogo/kernel/LaunchPrimitive.java b/logo/src/xlogo/kernel/LaunchPrimitive.java
index d52bac8..c2d82de 100644
--- a/logo/src/xlogo/kernel/LaunchPrimitive.java
+++ b/logo/src/xlogo/kernel/LaunchPrimitive.java
@@ -54,7 +54,7 @@ import java.io.*;
import javax.swing.JOptionPane;
import javax.swing.ImageIcon;
import javax.swing.Icon;
-import javax.vecmath.Point3d;
+import org.jogamp.vecmath.Point3d;
import java.math.BigDecimal;