JOGL and 2D overlay...
Okay, I've been searching the net for a few hours trying to figure this out...It's probably something really simple, but I'm tired and the brain isn't working right :)
I want to use the Java2D TextRenderer to overlay text onto a JOGL scene I'm creating...I've found some samples around the 'net, but I can't figure out what the right thing to import is.
From the examples:
import com.sun.opengl.util.j2d.*;
However, when I compile it says the package doesn't exist. Was it renamed and I'm just clueless?
Thanks

