Hi I am making a java applet game with lwjgl and don't know how to get keyboard input. I tried the methods in org.lwjgl.input.Keyboard; but I get "java.lang.IllegalStateException: Display must be created" when I try to create the keyboard. So how can I/whats the best way to get keyboard input for an applet?
you should be able to use the keyboard fine: check this test:
http://svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/applet/OpenGL.java?revision=2672&view=markup