RFR: 8299522: Incorrect size of Approve button in custom JFileChooser [v4]

Tejesh R tr at openjdk.org
Thu Jan 12 06:09:18 UTC 2023


On Wed, 11 Jan 2023 07:02:18 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Reverting aqua check condition
>
> src/java.desktop/share/classes/javax/swing/plaf/basic/BasicFileChooserUI.java line 586:
> 
>> 584:         }
>> 585: 
>> 586:         if(fc.getDialogType() == JFileChooser.OPEN_DIALOG ||
> 
> Suggestion:
> 
>         if (fc.getDialogType() == JFileChooser.OPEN_DIALOG ||

Updated.

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

PR: https://git.openjdk.org/jdk/pull/11901



More information about the client-libs-dev mailing list