RFR: 4795384: GTK+ JFileChooser buttons should have mnemonics

Abhishek Kumar abhiscxk at openjdk.org
Mon Aug 19 06:24:48 UTC 2024


On Fri, 16 Aug 2024 23:25:32 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> mnemonics if gtk dialog were updated by the https://bugs.openjdk.org/browse/JDK-8080628, the save button was not changes since it is a default button in that dialog.

Seems like the fix is to remove mnemonics for Metal Look and Feel. 
Mnemonics for Open, Save and Cancel buttons are present on native side (checked with gedit application on ubuntu 22.04). So, I think mnemonics for Save button should also be there in GTK L&F.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20612#discussion_r1721263942


More information about the client-libs-dev mailing list