Hello!
How to differentiate between single click of the mouse
and double click.i am using:
event.getClickCount() to find out the number of
clicks.
The problem is that, when I double click the mouse, it
executes the code for:
event.getClickCount()=1, before executing code for:
event.getClickCount()=2
I don't want event.getClickCount()=1 to take place
when i am double clicking the mouse. Please reply as I
am stuck for last three days. Hope to get a reply
soon.
Thanks All
Ashish
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".