<AWT Dev> RFR: 8182043: Access to Windows Large Icons [v10]

Alexander Zuev kizune at openjdk.java.net
Thu May 20 23:05:33 UTC 2021


On Thu, 20 May 2021 22:38:48 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> But this is shared code, which has a specification it should work everywhere, so even if on Linux and macOS it is not implemented in the best way it should return something.

The stuff that is returned by the common code is already tested in UIManager tests. This issue is windows specific. This implementation at this moment of time is windows specific. Once we extend implementation - and i mean real implementation with support for multiple resolution icons - this test will be updated to reflect it. This is not a specification conformance test, it is implementation logic test.

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

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


More information about the awt-dev mailing list