<Swing Dev> [9] Review request for 8156185: JDK-8024858 (long tooltip delay) is not fixed but is easily fixed

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Wed Jun 8 14:57:00 UTC 2016


On 08.06.16 11:08, Semyon Sadetsky wrote:
> Scan through the GraphicsDevice#getConfigurations() may take significant
> time on some hardware configurations.

Seems this is because of JDK-6477756

> 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().

Looks fine.

-- 
Best regards, Sergey.



More information about the swing-dev mailing list