<AWT Dev> RFR: 8269637: javax/swing/JFileChooser/FileSystemView/SystemIconTest.java fails on windows

Alexander Zuev kizune at openjdk.java.net
Wed Jul 14 17:16:14 UTC 2021


On Wed, 14 Jul 2021 11:56:15 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> So, essentially all the icons returned are MultiResolutionIcon even if there's only one icon, right?

It was a multiresolution icon even with one icon inside but only when the native and requested icon resolutions do not match. Now it will always be MRI even if file is inaccessible and there is a default icon in System32.dll that matches the requested resolution.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4777


More information about the awt-dev mailing list