<Swing Dev> RFR: 8182043: Access to Windows Large Icons [v3]

Alexander Zuev kizune at openjdk.java.net
Fri May 7 15:34:05 UTC 2021


On Fri, 30 Apr 2021 20:23:21 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update src/java.desktop/windows/native/libawt/windows/ShellFolder2.cpp
>>   
>>   Select one icon at a time.
>>   
>>   Co-authored-by: Alexey Ivanov <70774172+aivanov-jdk at users.noreply.github.com>
>
> src/java.desktop/share/classes/javax/swing/filechooser/FileSystemView.java line 267:
> 
>> 265:     * returned will be a multi-resolution icon image,
>> 266:     * which will allow better scaling with different
>> 267:     * magnification factors.
> 
> I'm not sure what are the standard terms to refer to High DPI environments and the scale factors associated with High DPI.

In Windows environment it is scaling size or scaling factor. On Mac it is called scaled resolution. So i would say scaling factor is an appropriate term.

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

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


More information about the swing-dev mailing list