I know that the Sound API can play audio and MIDI in a regular application as well as an applet.
Here's a link to a tutorial for using the Sound API:
Java Sound
I did some research on the sun.audio API, and it looks like it's extremely old. There were articles from over 10 years ago that gave tutorials about using the sun.audio API. I think Sun might have replaced the sun.audio API with the Sound API.