Guest User

Untitled

a guest
Jan 22nd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. try
  2. {
  3. iAudio = new FileInputStream(new File ("C:\Users\BILLY\Documents\NetBeansProjects\Launchpad\beats\one3.wav"));
  4. AudioStream iMusic = new AudioStream(iAudio);
  5. AudioPlayer.player.start(iMusic);
  6. }
  7.  
  8. catch(IOException e)
  9. {
  10. JOptionPane.showMessageDialog(null, e);
  11. }
Add Comment
Please, Sign In to add comment