emzic: sorry, you aren’t using the TextRenderer correctly. You need to call beginRendering(int width, int height) before any draw() commands and endRendering() afterward, each frame. Please see the demos.j2d.TestTextRenderer and demos.j2d.FlyingText demos in the jogl-demos workspace. Does doing that make your app work correctly?
All: I’ve notified the forum admin about not being able to see the attachment; hopefully this can be cleared up.