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.