Name: gvC48267			Date: 11/20/97
Playing a .mid file created a daemon thread, meaning Java runtime never exited. 
Playing a .wav file didn't, meaning I had to 'sleep' until I thought the sound 
file was done playing.
Personally, I don't care which way it works. All I want is a consistent one.
Either always create a daemon thread, or never. 
This is now more important as applications can play sound files with pure java 
(w/o mucking with the sun.* classes).
(Review ID: 20197)
======================================================================