/** Stops the song. You cannot restart it afterwards. */
 public void stopSong() {
   music.close();
 }