<Swing Dev> RFR: 8182043: Access to Windows Large Icons [v10]
Alexander Zuev
kizune at openjdk.java.net
Thu May 20 08:16:35 UTC 2021
On Thu, 20 May 2021 07:47:02 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Empty <p> tag before @implSpec causes warning during javadoc generation
>
> src/java.desktop/share/classes/javax/swing/filechooser/FileSystemView.java line 272:
>
>> 270: * returned is a multi-resolution icon image,
>> 271: * which allows better support for High DPI environments
>> 272: * with different scaling factors.
>
> Is the above text correct on all platforms? If it is not always MRI then how the user should use the icon? instanceof+cast? BTW an example does not show how to solve the bug itself, on how to access the "large icons".
>
> Need to clarify: the implSpec is a part of the specification so can we point the non public "ShellFolder" class?
implSpec marks that the paragraph below describes the details and logic of the default implementation and not the API specification. This tag also says that it can be changed in overriding or extending methods so it is Ok to specify non-public class to help describe the implementation specifics.
As for the correctness on all platforms - that's the end goal of this new method and i believe it should be implemented this way everywhere where technically possible. But exact implementation on all platforms except Windows is outside of the scope of this exact changeset.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2875
More information about the swing-dev
mailing list