From: Ouabaine on
Hi all,

I would like to test a joystick connected to my machine in my Java game.
I have done a search on google for Java joystick, and had a couple of
responses. Most of the responses came with a DLL to install to test the
joystick. I do not want this, I want to stick to Java. I also saw JXInput
which seems fine (100% java) but without any example. I cant figure out how
to program this out of the javadocs.

Has anyone got a link for me with a Java solution with examples? Anything
that reads a joystick?

Thanks in advance!