The problem exists on Ubuntu 9.10 with both OpenJDK (6b16-1.6.1-3ubuntu1) and 
Sun Java (6-15-1).
It can be verified with the following program, which outputs "200" regardless 
of Ubuntu settings. The mentioned workaround can be used to change this to some 
other value but not to respect Ubuntu double click settings.

class Test { public static void main(String[] args) {
        
System.out.println(java.awt.Toolkit.getDefaultToolkit().getDesktopProperty("awt.multiClickInterval"));
}}

-- 
Double-click timeout is not applied to X
https://bugs.launchpad.net/bugs/55270
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to