Adaptions to the OS X version of SortSimulation to make it look and feel "more native" on OS X: - [x] Use command key for keyboard shortcuts (⌘) - [x] Remove icons from the main menu as untypical on OS X - [x] Remove "Exit" and "About" items from the main menu as untypical on OS X - [ ] Remove "Fullscreen Button" on main window http://stackoverflow.com/questions/14834207/how-to-disable-fullscreen-button-in-mac-os-in-swt-java-app - [x] Configure OS X application menu from SWT own menu to SortSimulation customized menu http://eclipsesource.com/blogs/2012/07/19/configuring-the-os-x-application-menu-for-swt-apps/ - [x] Create toolbar inside the title area of the shell - [x] Prevent opening several instances of the about dialog and the license dialog
Adaptions to the OS X version of SortSimulation to make it look and feel "more native" on OS X:
http://stackoverflow.com/questions/14834207/how-to-disable-fullscreen-button-in-mac-os-in-swt-java-app
http://eclipsesource.com/blogs/2012/07/19/configuring-the-os-x-application-menu-for-swt-apps/