This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have a java application that beeps using the statement - System.out.println((char)7); Recently this application changed so that it no longer is started from a bat file, therefore has no dos window. As a result, it doesn't beep anymore. Is there another way of accomplishing this? Thanks, Barry
Michael Morris
Ranch Hand
Joined: Jan 30, 2002
Posts: 3451
posted
0
Toolkit.getDefaultToolkit().beep()
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Ernst F. Schumacher
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
posted
0
Originally posted by Michael Morris: Toolkit.getDefaultToolkit().beep()
Mike, I tried that one but I didn't hear a dicky burd. -Barry ( the Gaunt one ) [ June 10, 2003: Message edited by: Barry Gaunt ]
I tried that one but I didn't hear a dicky burd. Interesting. It works fine on my machine. I even used it in my SCJD assignment when a user input a non-digit into a text box. What OS are you using?