An example on generating beep sound using Java program in AWT.
I cannot show the output, it is what that you have to hear.
Also see my post on Getting Screen Size and Resolution in Java
Example
import java.awt.*;
class BeepSound
{
public static void main(String args[])
{
Toolkit.getDefaultToolkit().beep();
}
}
I cannot show the output, it is what that you have to hear.
Also see my post on Getting Screen Size and Resolution in Java
No comments:
Post a Comment