Skip to content

Instantly share code, notes, and snippets.

@avh4
Created September 18, 2011 21:58
Show Gist options
  • Save avh4/1225602 to your computer and use it in GitHub Desktop.
Save avh4/1225602 to your computer and use it in GitHub Desktop.
AudioClip mySound = JApplet.newAudioClip(getClass().getResource("MySound.aiff"));
mySound.play();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment