javax.sound.sampled.Clip sonido;
try
{
sonido=AudioSystem.getClip();
sonido.open(AudioSystem.getAudioInputStream(new File("ArchivoDeSonido.EXTENSION")));
}catch(Exception e)
{System.out.println(""+e);}
fondo.loop(Clip.LOOP_CONTINUOUSLY); //Para que se reproduzca indefinidamente