{
AbstractMenuItemFactory itemFactory =
AbstractMenuItemFactory.getFactory(MenuType.MENU_ITEM);
openMenuItem =
itemFactory.create(BaseBundle.getValue("menu.file.item.open"), BaseBundle.getValue(
"menu.file.item.open.mnemonic").charAt(0), new OpenFileListener(adapter));
exitMenuItem =
itemFactory.create(BaseBundle.getValue("menu.file.item.exit"), BaseBundle.getValue(
"menu.file.item.exit.mnemonic").charAt(0), new ExitApplicationListener());
aboutMenuItem =
itemFactory.create(BaseBundle.getValue("menu.help.item.about"), BaseBundle.getValue(