setupMainMenuOption(catI18N, new CwDictionaryExample(constants),
images.catI18N());
// Other
TreeItem catOther = mainMenu.addItem(constants.categoryOther());
setupMainMenuOption(catOther, new CwAnimation(constants), images.catOther());
setupMainMenuOption(catOther, new CwCookies(constants), images.catOther());
}