add(file = new MenuFile(this));
add(edit = new MenuEdit(this));
add(project = new MenuProject(this));
add(simulate = new MenuSimulate(this));
add(new WindowMenu(parent));
add(help = new MenuHelp(this));
LocaleManager.addLocaleListener(listener);
listener.localeChanged();
}