예제 #1
0
 void loadSettingsIntoGUI(
     @NotNull final ManualP4Config config, @NotNull final UserProjectPreferences preferences) {
   myP4ConfigPanel.loadSettingsIntoGUI(config);
   myUserPreferencesPanel.loadSettingsIntoGUI(preferences);
 }