public GlobalConnectionSettingsForm(GlobalConnectionSettings connectionSettings) {
super(connectionSettings);
Project project = connectionSettings.getProject();
updateModulesChooser(project);
modulesComboBox.setRenderer(new ModuleListCellRenderer());
modulesComboBox.addItemListener(this);
switchSettingsPanel(ProjectConnectionBundle.getInstance(project));
}