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