subMenu.add(new OpenOSMAction(this, data, renderOptions));
subMenu.add(new ReloadOSMAction(this, data, renderOptions, configFile));
subMenu.add(recentFilesMenu);
subMenu.add(new ExportObjAction(this, data, messageManager, renderOptions));
subMenu.add(new ExportObjDirAction(this, data, messageManager, renderOptions));
subMenu.add(new ExportPOVRayAction(this, data, messageManager, renderOptions));
subMenu.add(new ExportScreenshotAction(this, data, messageManager, renderOptions));
subMenu.add(new StatisticsAction(this, data));
subMenu.add(new ExitAction());
menu.add(subMenu);