Hi,
i need to display some editable text inside my application. jogl’s text-render-classes are cool, but i want to use the graphics of a jtextfield, because i need the cursor and textselection to be displayed. the result should be something like a 2d textbox, which is draw “over” the 3d scene. so i only need the real text from the jtextfield and not the other elements like border, background,… and all this should be running on java 1.4.2 (even if its slow)
i looked at the renderdelegate class and the texturerenderer class… but i didnt get it working jet. is it possible to just override the jtextfield’s paint method and draw its content into and textrenderer image or somethink like that? or is it possible to “extract” the formated text from the jtextfield and render it using the TextRenderer?