Integrated: 6442919: JFilechooser popup still left-to-right when JFilechooser is set to right-to-left

Tejesh R tr at openjdk.org
Mon Jul 24 08:25:57 UTC 2023


On Thu, 20 Jul 2023 09:40:41 GMT, Tejesh R <tr at openjdk.org> wrote:

> Popup menu is created on mouse click, hence the orientation for FileChooser won't apply to the popup menu created. Hence the fix address the issue by applying the FileChooser orientation when it is created on mouse operation (Right Click). 
> The test does not apply to Motif and Aqua Look And Feel since right click is not supported on filePane of FileChooser, hence it is skipped. The fix is tested in CI and it is green.

This pull request has now been integrated.

Changeset: ab821aa2
Author:    Tejesh R <tr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ab821aa24f248e042d367ccd908fc1f68ebe8333
Stats:     88 lines in 2 files changed: 87 ins; 0 del; 1 mod

6442919: JFilechooser popup still left-to-right when JFilechooser is set to right-to-left

Reviewed-by: serb, abhiscxk

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

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



More information about the client-libs-dev mailing list