private ImageIcon icon;
@NotNull
private Project project;
public ProjectSettingsComponent(@NotNull Project project) {
this.projectCodeStyle = new ProjectCodeStyleInstaller(project);
this.project = project;
NotificationsConfiguration.getNotificationsConfiguration().register(GROUP_DISPLAY_ID_INFO,
NotificationDisplayType.BALLOON);
NotificationsConfiguration.getNotificationsConfiguration().register(GROUP_DISPLAY_ID_ERROR,
NotificationDisplayType.BALLOON);