LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Gpro on March 17, 2004, 03:48:16

Title: creating textboxes
Post by: Gpro on March 17, 2004, 03:48:16
Hi all,

Is there any way to create textboxes, and key in text into the box in opengl window using lwjgl??

Any website recommendation???

Thanks all!
Title: creating textboxes
Post by: tomb on March 17, 2004, 04:19:49
Not part of the ljwgl core. There are lwjgl engines that might support this though.

The Spaghetti lib (browse cvs link at the bottom):
http://sourceforge.net/projects/spgl/

jme has got some widgets, but not sure if it got a TextField:
http://www.mojomonkeycoding.com/
Title: creating textboxes
Post by: princec on March 17, 2004, 09:36:31
I will be updating Spaghetti shortly to cope with the new 0.9 release.

Cas :)
Title: creating textboxes
Post by: Gpro on March 25, 2004, 01:03:39
thank you all,
i went to see all the website given, jme is useful.. thanks all