On Thu, 2 Jun 2022 22:15:49 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> I still do not see a reason why we cannot request the exact size of the image > from the windows, so if the small icon and the screen scale is 1.25 we can > try to extract 20x20 Because for some files - and we can not predict which files these are - function will always return set of 16x16 and 32x32 icons - no matter what we request. For the icons that return proper sizes we do request exact sizes and use them. ------------- PR: https://git.openjdk.java.net/jdk/pull/7805