Content received from: http://JavaFAQ.nu/java-article21.html
Q: I'm doing a small console java app, and want to know what the function Tuesday, September 24, 2002 (00:10:02)
Posted by
Question: I'm doing a small console Java application, and want to know what the function is to make the pc speaker beep....
Answer: Toolkit.getDefaultToolkit().beep();
Java Code Examples for
Toolkit
|