<Swing Dev> [9] Review request for 8156185: JDK-8024858 (long tooltip delay) is not fixed but is easily fixed
Alexandr Scherbatiy
alexandr.scherbatiy at oracle.com
Thu Jun 9 15:16:00 UTC 2016
The fix looks good to me.
Thanks,
Alexandr.
On 6/8/2016 11:08 AM, Semyon Sadetsky wrote:
> Hello,
>
> Please review fix for JDK9:
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8156185
>
> webrev: http://cr.openjdk.java.net/~ssadetsky/8156185/webrev.00/
>
> Scan through the GraphicsDevice#getConfigurations() may take
> significant time on some hardware configurations. But actually it is
> not needed to find the device configuration for the tooltip, because
> only the information about device bounds/insets is used then. So, the
> scan is replaced with device.getDefaultConfiguration().
>
> --Semyon
>
More information about the swing-dev
mailing list