Guest User

Untitled

a guest
Nov 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. AudioInputStream audioIn = AudioSystem.getAudioInputStream(MyClazz.class.getResource("music.wav"));
  2. Clip clip = AudioSystem.getClip();
  3. clip.open(audioIn);
  4. clip.start();
Add Comment
Please, Sign In to add comment