mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-15 10:23:28 +00:00
Hides mnemonics on menus, buttons, and labels for GTK L&F. Moved shared code for hiding mnemonics into sun/swing/MnemonicHandler and AltProcessor to avoid code duplication. Reviewed-by: prr, tr, achung, dnguyen, aivanov