All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xxl.mathematica.audio.Beep Maven / Gradle / Ivy

package xxl.mathematica.audio;

/**
 * 提示音
 */
public class Beep {
    /**
     * beep
     */
    public static void beep() {
        java.awt.Toolkit.getDefaultToolkit().beep();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy