vote up 1 vote down star

We developed a Swing GUI system running on PC, and the boss wants it to run on a special tablet PC too. Does anyone know what else we can do to achieve it? How to make a Swing GUI support touch operation?

The touch-support driver of the tablet PC is necessary, of course.

flag

1 Answer

vote up 2 vote down check

Most touch screens convert touches to mouse events. If yours does so as well you can simply use java.awt.event.MouseListener.

link|flag
Got it! Thank you ! – pianyao Jul 18 at 14:37

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.