100101102103104105106107108109110
*/ public static void cleanup() { stop(); if (jukebox != null) { StreamPlayer player = jukebox.getPlayer(); player.destroy(); jukebox = null; } SoundSystem.clearMixer(); } }