Problem with Toolkit.getDefaultToolkit().beep();

M

Marshall Cummings

Hello,

I have a java applet I've been using for several years now with the
following line

Toolkit.getDefaultToolkit().beep();

used to create a beep sound. I am now finding more and more of my customers
where this command no longer creates a beep! In fact, I went back and tried
it on my development machine and it no longer works there either. Does
anyone have any ideas?

Thanks,
Marshall
 
V

VisionSet

Marshall Cummings said:
Hello,

I have a java applet I've been using for several years now with the
following line

Toolkit.getDefaultToolkit().beep();

used to create a beep sound. I am now finding more and more of my customers
where this command no longer creates a beep! In fact, I went back and tried
it on my development machine and it no longer works there either. Does
anyone have any ideas?

This came up a week or so back. Do a search (java.lang.*) to clarify.

The line you are trying does not work on Windows 2000 (or was it just XP?).

This would go hand in hand with a gradual increase in reports.

I guess you'll have to go for an audio file or generate a frequency
mathematically instead.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top