On Fri, 28 Jul 2023 10:56:47 GMT, Tejesh R <t...@openjdk.org> wrote: > On `NewFolderAction`, plain String is added `Action.ACTION_COMMAND_KEY`. > Converting the `String `to `locale` before adding as command key fix the > issue. > I have verified the test in all other platforms and Look and Feel which has > option to create New Folder, results were fine. No regressions found on CI > system with the fix. Added manual test to verify the fix.
This pull request has now been integrated. Changeset: 3a00ec86 Author: Tejesh R <t...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/3a00ec863904abd09ddcdc4b6dcf1147c52e0aae Stats: 105 lines in 2 files changed: 91 ins; 13 del; 1 mod 8312075: FileChooser.win32.newFolder is not updated when changing Locale Reviewed-by: aivanov, abhiscxk ------------- PR: https://git.openjdk.org/jdk/pull/15069