<AWT Dev> [14] Review Request: 7124404 [macosx] no awt.multiClickInterval desktop property

Dmitry Markov dmitry.markov at oracle.com
Mon Sep 30 12:37:38 UTC 2019


Hi Sergey,

The fix looks fine.
Just a minor remark - the function description in LWCToolkit.m says: “Signature: ()Z “; but the function returns int and not boolean. I don’t need a new webrev for that correction.

Thanks,
Dmitry

> On 29 Sep 2019, at 06:57, Sergey Bylokhov <Sergey.Bylokhov at oracle.com> wrote:
> 
> Hello.
> Please review the fix for JDK 14.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-7124404
> Fix: http://cr.openjdk.java.net/~serb/7124404/webrev.01
> 
> The desktop property "awt.multiClickInterval" is implemented on macOS
> via [NSEvent doubleClickInterval]:
> https://developer.apple.com/documentation/appkit/nsevent/1528384-doubleclickinterval?language=objc
> 
> The test is reimplemented and open.
> 
> -- 
> Best regards, Sergey.



More information about the awt-dev mailing list