This post originated from an RSS feed registered with Java Buzz
by Joe Shelby.
Original Post: Bug numbers related to double-clicking.
Feed Title: Joe's Java Jottings
Feed URL: http://www.blog-city.com/bc/
Feed Description: Notes, observations, and occasional other stuff on Java, with concentrations on Swing, XML, and the Semantic (Object) Web.
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?