Creating the menu bar
1 - Expand the Drawing src directory and open the file "ApplicationWorkbenchWindowAdvisor.java". Modify the 'preWindowOpen' method to enable the Menu bar as such:
2 - Next open the file "ApplicationActionBarAdvisor.java" and add the following code to the 'fillMenuBar' method. Make sure you use the 'JMenuManager' and not the 'MenuManager'. This is SwingRCP's special version of the MenuManager.
3 - Now go back to the product page and select the 'Branding' tab and enter some text for your about box.
4 - Now you can test your product by clicking on the 'Launch the product' or just click the debug/run menu items. You should now see a About menu item availble:
5 - Selecting the 'About Drawing' will bring up the About box :





