Integrated: 8300084: AquaFileChooserUI.getDefaultButton returns null
Tejesh R
tr at openjdk.org
Tue Jan 17 04:48:16 UTC 2023
On Mon, 16 Jan 2023 11:17:10 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.
This pull request has now been integrated.
Changeset: 8365c677
Author: Tejesh R <tr at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8365c6775cb3d2e15c4849f0ba69dc49bad2cf6a
Stats: 6 lines in 1 file changed: 5 ins; 0 del; 1 mod
8300084: AquaFileChooserUI.getDefaultButton returns null
Reviewed-by: aivanov, serb
-------------
PR: https://git.openjdk.org/jdk/pull/12008
More information about the client-libs-dev
mailing list