예제 #1
0
 /**
  * Saves configuration to the calendar_config file
  *
  * @param c a list of Strings
  */
 public void updateConfig(ArrayList<String> c) {
   config = c;
   IO.saveConfig(config, calendar_config);
 }