Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 600 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 600 Bytes

jfx-menuitem-problem

Test showing the underscore problem in javafx.scene.control.MenuItem

Version:

  • macOS:
    • macOS Catalina 10.15.5
    • Java 1.8.0_66, JavaFX 8.0.66
  • Linux:
    • Oracle Linux Server 7.6
    • Java 11.07, JavaFX 11.0.2

On macOS:

jfx-menuitem-problem-macOS.png

On Linux:

jfx-menuitem-problem-linux.png

The underscore problem can be resolved setting the MenuItem.mnemonicParsingProperty to false:

	menuItem.setMnemonicParsing (false); // to avoid underscore problem