jotto

Untitled

Jan 11th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.11 KB | None | 0 0
  1. Media hit = new Media(new File("bomba.mp3").toURI().
  2. MediaPlayer MP = new MediaPlayer(hit);  
  3.  
  4. MP.play();
Advertisement
Add Comment
Please, Sign In to add comment