Need a little help with sound in a JApplet
- by jacob schuschel
I am working on a solitaire game in Java, and i need to implement sound when the desk is shuffled, card flipped, etc. I used the following sites as reference to try and get it to work, but i am getting Null Pointer Exceptions or mishandled URL exception (depending on what i tweak).
here
Also, i am using netbeans 6.7.1 as my IDE.
I will try to…