Re: Proposal on enhancing MouseWheelEvent to include absolute scrolling delta

2017-01-12 Thread Pavel Fatin
Hi Sergey, The absolute deltas are /optional /and provided only when they are available, so there's no need to generate these values on all platforms, for all events. For example, mouse wheel doesn't generate absolute deltas, because a wheel step naturally corresponds to a line (or several

Re: [9] Review request for 8171909: [PIT] on Windows, failure of java/awt/Dialog/DialogAboveFrame/DialogAboveFrameTest.java

2017-01-12 Thread Yuri Nesterenko
Fine with me: runs as expected even on Win10. -yan On 01/11/2017 04:53 PM, Sergey Bylokhov wrote: Looks fine. Yuri can you please take a look also? Thanks. Hello, Could you review a fix for jdk9, please? bug: https://bugs.openjdk.java.net/browse/JDK-8171909 webrev:

Re: Review Request JDK:-8162959 [HiDPI] screenshot artifacts using AWT Robot

2017-01-12 Thread Alexandr Scherbatiy
> 421 * @param isHiDPI Indicates if HiDPI Display There should be mention that this argument value is ignored when a screenshot is taken on non-HiDPI display Please also check the the method Robot.getPixelColor(int x, int y) also correctly works on Mac OS X, Windows and Linux

Re: [awt-dev] Request for Approval and Review: JDK-8140329 [TEST BUG] java/awt/SplashScreen/FullscreenAfterSplash/FullScreenAfterSplash.java

2017-01-12 Thread Ambarish Rapte
Hi Rahul,     Fix looks good to me. +1   Regards, Ambarish   From: Rahul Singh Sent: Thursday, January 12, 2017 12:11 PM To: Ambarish Rapte; awt-dev@openjdk.java.net Subject: Re: [awt-dev] Request for Approval and Review: JDK-8140329 [TEST BUG]