SwingGL - Swing on top of OpenGL

Started by raft, March 31, 2009, 11:26:08 PM

Previous topic - Next topic

majitri

   
yes, but do not know how to download it because I download a file. jnlp, but do not know how to view the code

majitri


majitri

How can I make a JTextField in this instance? (SwingGL)

raft

look at the demo provided with the source.

you can add a JTextField as any other component, it will render correctly, but it WONT receive keyboard events and hence be editable. keyboard events are not implemented yet