| Author |
Java and Tablet PC
|
Neo Chung
Greenhorn
Joined: Feb 10, 2003
Posts: 7
|
|
Does anyone write or run java codes on tablet PC? and what i wanna know is that when the pen touch the screen, what event handler would be trigger?
|
 |
Vijayakumar Arya
Ranch Hand
Joined: Jan 27, 2003
Posts: 76
|
|
Hi, The pen events are similar to the mouse events. Only mouse events are fired as you touch the screen with the mouse. Also, depending on the control it is invoking the appropriate event will be fired. If you are clicking a button, ActionEvent would be fired, if you are clicking on a combo box, appropriate event would be generated. Pen to a Tablet PC as Mouse to the Desktop. So event handling mechanism are one and the same. [ February 11, 2003: Message edited by: Vijayakumar Arya ]
|
Thanks,<p>Vijay<p>The Hand that gives, Gathers.
|
 |
Neo Chung
Greenhorn
Joined: Feb 10, 2003
Posts: 7
|
|
thanks for your reply....
|
 |
 |
|
|
subject: Java and Tablet PC
|
|
|