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

Alexander Zuev kizune at openjdk.java.net
Thu May 27 16:41:12 UTC 2021


On Thu, 27 May 2021 16:16:19 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> Is this requirement is so important? can we return an MRI(same as on Windows) which will have just one resolution?

We might - when the implementation will be done on other platforms. Probably it will be done by me, probably - by someone else. Right now we return whatever we have so on Linux it is UIManager default icons for file or a folder (which is exactly what any file manager on Linux shows for any file and this is exactly what we promised in the method description). In the future it can change but for now it is all we can guarantee.

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

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


More information about the awt-dev mailing list