|
I'm creating a Java application, and I need it to "beep" when a user presses an invalid button.
Is this even possible? I'm having trouble finding anything like this at all in the 1.5.0 API. There is the Soundbank interface for midi, but I don't think that's what I need.
Or is it?
Anyone? |