RFR: 8300084: AquaFileChooserUI.getDefaultButton returns null [v3]
Sergey Bylokhov
serb at openjdk.org
Mon Jan 16 18:05:10 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
Marked as reviewed by serb (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/12008
More information about the client-libs-dev
mailing list