Answer the question
In order to leave comments, you need to log in
How to set Cyrillic in mnemonics for JMenu (mnemonics localization)?
How to set a Cyrillic letter as a mnemonic for a menu?
This is the code that works:
JMenu file = new JMenu("File");
file.setMnemonic('F');
JMenu file = new JMenu("Файл");
file.setMnemonic('Ф');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question