Double Click Speed
On a Windows platform, I can configure the mouse's "double click speed" through the Control Panel. On other platforms I can imagine that there are similar means to configure the double click speed centrally.
How can I access this parameter from my Java application?
My guess is that this parameter is expressed as the max number of ms between two MousePressed events for the second MousePressed event to be a double click event.

