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

[557 byte] By [TheTima] at [2007-11-26 17:14:39]
# 1
Yeah just got the same problem, you need to download the Jogl 1.1.0 pre-release
mr_dfusea at 2007-7-8 23:42:37 > top of Java-index,Other Topics,Java Game Development...