Substitute of java.awt.ToolKit.getDefaultToolKit.beep()
843802Aug 13 2010 — edited Aug 13 2010Hello everybody. I am designing a Swing Application and there I am using java.awt.ToolKit.getDefaultToolKit.beep() method to generate sound in various operations. I want to know is it possible to generate own sound as a substitute of this method? I think it is possible. How can I do this? Thank you.