Changes between Version 11 and Version 12 of PLATFORM_DEPLOY_MAC_R0
- Timestamp:
- 11/06/09 11:53:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOY_MAC_R0
v11 v12 46 46 * If the above is desired we should use "Toolkit.getDefaultToolkit().getMenuShortcutKeyMask();" method 47 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.48 * In the OSUtil class add a method that is a shorthand for the mentioned Toolkit method. 49 49 50 50 = Implementation =