| 44 | * In order to use the Mac option(alt) key in its natural Mac OS behavior in the methods setting mnemonics in Menu and MenuItem class add a check if we're not running on Mac OS. |
| 45 | * In order to use Mac command key instead of control as a shortcut |
| 46 | * If the above is desired we should use "Toolkit.getDefaultToolkit().getMenuShortcutKeyMask();" method |
| 47 | * Otherwise we use fixed masks. |
| 48 | * As menus are the place with most concentrated control/command key usage add a method in MenuMember class that is a shorthand for the mention Toolkit method that can be used in extenders. |