mmpf...
if I use LWJGL for the input, I also have to use LWJGL for rendering. This shouldn't matter, because I'm using xith, but when I switch to LWJGL (simply changing the import) I get the following HotSpot Error

:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x5f0d3d04, pid=3548, tid=3992
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0-b64 mixed mode, sharing)
# Problematic frame:
# C [OPENGL32.dll+0x3d04]
#
# An error report file with more information is saved as hs_err_pid3548.log
#
# If you would like to submit a bug report, please visit:
#
http://java.sun.com/webapps/bugreport/crash.jsp#
NOTICE: GL_EXT_vertex_shader disabled because of missing driver symbols
NOTICE: GL_ATI_vertex_streams disabled because of missing driver symbols
maybe I'm going to use JInput, but it looks pretty complicated for me

Arne