| Author |
Programming Touch screen application using java
|
Aderemi Adesoji
Greenhorn
Joined: Sep 03, 2008
Posts: 1
|
|
Hi all I will to like know the technique require to program Touch screen application using java or if there is a standard java API to do this, and also o know weither this is possible to do this using web application or desktop application
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Most touch screens convert touches to mouse events. If yours does so as well you can simply use java.awt.event.MouseListener.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Programming Touch screen application using java
|
|
|