View Single Post
  #2 (permalink)  
Old 05-30-2008, 09:32 PM
Master Zero Master Zero is offline
Member
 
Join Date: May 2008
Posts: 26
Master Zero is on a distinguished road
You need to implement the action listener class and create the action performed method for your buttons, as event handlers. The link below shows you how to play audio files in java.

Code:
docs.rinet.ru/JaTricks/ch4.htm
Reply With Quote