Play sound from a JFrame
Hello there,
I've been trying to make a game but i need to play some sounds to make it cool.
As far as I know the only way to play sounds is with a Applet (don't know if it is possible from a JApplet too), but my program is a JFrame application, not an Applet... I've tried a couple things but didn't work... is there any way to play sounds from a JFrame? (calling static methods or something alike) or I'll have to re-write my code so it is an Applet?
I would really appreciate some help with this. Thank you in advance.

