I am getting an error when I try to import the following items:
import com.jogamp.opengl.*;
import com.jogamp.opengl.awt.*;
import com.jogamp.opengl.GLEventListener;
In all cases NetBeans says "package com.jogamp.opengl" does not exist. I am using Java with Ant and have imported the following libraries:
Is there something I'm missing? Have the packages changed?
Thanks,
Chuck