在java中,发出选择性的嘟嘟声
我试图在小程序启动时显示几个矩形,并添加几种颜色...我已经有了蜂鸣音频文件,但据我所知,它将在整个程序中播放。有人可以告诉我如何让只有单击矩形时才发出蜂鸣声吗?
I am trying to make several rectangles show up when the applet is started with a couple colors added in...I already have the beep audio file but from what i know, it will play throughout the whole program. Can someone please tell me how to make the beep sound occur only when the rectangles are clicked?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Applet 中直接有一些简单的音频 API,您可以像这样使用:
There is some simple Audio API directly in Applet that you can use like this: