Joe's Java and Web Jottings

your host


Your Host

Calendar

««Nov 2009»»
SMTWTFS
1234567
891011121314
15161718192021
22232425262728
2930

My Top Tags

               

Java Libs and Tools

My Other Pages

My RSS Feeds








Bug numbers related to double-clicking.

posted Friday, 28 May 2004
got a "bug report" on my code because users double-click too fast.  the result is that double-clicks aren't being detected right and the user gets frustrated.  I hit the java bug reports to see if there's anything and found these two:

4908395 -- includes a "hack" to bypass the double-click and implement your own in a mouse listener.

4912842 
-- request to change the semantics of acknowledging a double-click to the native style (will be implemented in tiger...fat lot of good that does me now...)

any other ideas of how to hack to get a faster detection time for double-click?