|
How to emit a beep using the beep method in the Toolkit |
|
|
You can emit a beep using the beep method in the Toolkit. In order to do it, you should first
obtain the default toolkit:
import java.awt.*;
public class beep {
public static void main(String args[]) {
Toolkit.getDefaultToolkit().beep();
}
}
|
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.