I am working on a 3D Game with Different libs for different things I have
jpct.jar
lwjgl.jar
lwjgl_util.jar
twod.jar
TWL.jar
slick.jar
and I am trying to make a login/character creation screen and I need to have a text field for someone to input their name and password, but I can’t figure out how to add a textField kind of like JTextField.
Any help would be great I am new to the TWL lib I am using.