Jogl and Swing labels?

I wondered how I could implement Jogl and Swing, in specific I wondered if Swing text would work in Jogl - No!? I think probably not because of the Z axis … is there a fast way to get good text rendering in Jogl? Any info and help would be nice. Cheers.

Hi,

You can draw your text with Java2D in a BufferedImage and then use it as a texture in jogl.

Hope it helps.