Hey.
I am trying to make some Java applications and has ranned into some problems.
I want to add some elements like a moveable picture on the stage and then when the user clicks on that image,
it will be focused and the user can dragged it around the stage.
But i just cant figure out how to make it work.
I have tryed to do:
client.addTuioListener(image)
but that does not seem to work.
I am using the demo from http://reactable.iua.upf.edu/?software to start from.
Is there somebody who know how i can do this?
