RFR: 8300084: AquaFileChooserUI.getDefaultButton returns null [v3]
Alexey Ivanov
aivanov at openjdk.org
Mon Jan 16 14:26:14 UTC 2023
On Mon, 16 Jan 2023 13:49:23 GMT, Tejesh R <tr at openjdk.org> wrote:
>> In Aqua look and feel, `getDefaultButton()` of `JFileChooser` returns null. The fix overrides the method from `FileChooserUI` to return the `ApproveButton` of `FileChooser` which is similar to other L&F.
>> The test is run for multiple iterations in CI machine.
>
> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>
> Removed the test - Updating #11901 test
Looks good to me.
-------------
Marked as reviewed by aivanov (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12008
More information about the client-libs-dev
mailing list