aboutAction.setReportDesignerContext(context);
final SettingsAction settingsAction = new SettingsAction();
settingsAction.setReportDesignerContext(context);
final QuitAction quitAction = new QuitAction();
quitAction.setReportDesignerContext(context);
final OpenReportAction openReportAction = new OpenReportAction();
openReportAction.setReportDesignerContext(context);
MacOSXIntegration.setOpenFileAction(openReportAction);