/**
* creates an application menu and the tool bar based on a text file (in the class path) getApplicationName() + ".menu"
*/
public ApplicationMenu getApplicationMenu() throws Exception {
return new ApplicationMenu(getFactory(), getApplicationModel(), applicationCommands, getApplicationName() + ".menu");
}