The XToolkit.getDefaultScreenWidth()/getDefaultScreenHeight() methods
are supposed to return the width/height in the user space.
Could you rename them and the screenWidth/screenHeight variables to
emphasize the fact that now they work with values in the device space?
Thanks,
Alexandr.
On 2/1
Hi Sergey,
http://cr.openjdk.java.net/~mcherkas/8171808/9/webrev.02/
I wrapped the very fist invocations of _getVisibleChildrenCount and
_getVisibleChild into InvocationUtils.invokeAndWait
and removed all InvocationUtils.invokeAndWait inside those two methods.
Thanks,
Mikhail.
On 2/24/2017 1
Hi Rahul,
Looks good +1
Regards,
Ambarish
From: Sergey Bylokhov
Sent: Thursday, February 23, 2017 1:57 AM
To: Rahul Singh
Cc: awt-dev@openjdk.java.net
Subject: Re: [awt-dev] Request for Approval and Review: JDK-8140329
[TEST BUG]
java/awt/SplashScreen/FullscreenAfterSplash/FullScreenA