Going through some of the code in Head First Java there is a command line Midi player that I created, copied from the book. However whenever I run it, it makes a sound but doesn't end the program, I have to hit [ctrl] + c to end it. What is it that I'm missing to end the application after the sound plays? Here is the whole code:
[ September 24, 2006: Message edited by: Michael Farinha ]