| Other |
|---|
| 1.4.2 mantisFixed |
|
Relates :
|
The following code prints the double click time when run on Win32, but always prints null on Solaris and Linux:
import java.awt.*;
public class MultiClickTime {
public static void main(String[] args) {
System.out.println("awt.multiClickInterval: " + Toolkit.getDefaultToolkit().getDesktopProperty("awt.multiClickInterval"));
}
}
See also bug 4229528.
|