コード例 #1
0
ファイル: GUICalendar.java プロジェクト: sungchi91/CS151
 /**
  * Initiate quiting service
  *
  * @throws IOException
  */
 public void quit() throws IOException {
   eventManager.updateFile();
   System.out.println("Saving Data...events.txt");
   setVisible(false);
   dispose();
 }