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.

[450 byte] By [James_Vagabonda] at [2007-11-27 9:21:32]
# 1
I may be speaking way out of line, but isn't this more an OS-specific thing rather than java-specific? There may not be a way to do this, but please note that I'm just speculating here. Hopefully someone will post who knows "the answer". Good luck!
petes1234a at 2007-7-12 22:15:26 > top of Java-index,Desktop,Core GUI APIs...
# 2
Hey, I did a search and found this: http://forum.java.sun.com/thread.jspa?threadID=585358Not sure if it can help you, but please let me know if it does!
petes1234a at 2007-7-12 22:15:26 > top of Java-index,Desktop,Core GUI APIs...
# 3
<deleted>Message was edited by: petes1234
petes1234a at 2007-7-12 22:15:26 > top of Java-index,Desktop,Core GUI APIs...
# 4
Users will have set up their double click speed themselves, it's not for you to change without their knowledge.
macrules2a at 2007-7-12 22:15:26 > top of Java-index,Desktop,Core GUI APIs...