sound = getAudioClip( getCodeBase(), "sounds/bark.au" );
g.drawString( "Noisy !!", 25, 25 );
sound.loop();
sound.stop();