public class SoundDemo { public static void main( String[] args) { Sound s = new Sound( FileChooser.pickAFile() ); s.play(); } // end public static void main() } // end class SoundDemo