Posted By:
Akshay_Kumar
Posted On:
Thursday, December 15, 2005 07:01 AM
In Linux environment, if we are not able to make double click with a minimum time interval then it will not invoke the event for double click rather it invokes the event for single click twice. I am using
(MouseEvent).getClickCount == 2
to detect the double click event.
Therefore, sometime it is not possible to make double click in Linux environment.