Removing beep

I was wondering how to remove the beep sound that you hear when u press an invalid key (ie. backspace when no text is in the field). I know the beep is in java.awt.Toolkit, but I don't know how to stop the beep from happening.
[234 byte] By [mike200015a] at [2007-11-27 1:55:28]
# 1
http://www.tech-recipes.com/windows_tips1014.html
java_2006a at 2007-7-12 1:28:27 > top of Java-index,Desktop,Core GUI APIs...
# 2
I don't want to disable it from my computer.. just from my java program when the backspace key is pressed..
mike200015a at 2007-7-12 1:28:27 > top of Java-index,Desktop,Core GUI APIs...
# 3

Why do you think you where given other advice you your last posting.

You continue to ignore the advice given and you keep coming up with new problems.

Look at the source code if the DefaultEditorKit and create you own custom "deleteLastCharacter" (or whatever its called) and remove the "beep" from the code.

camickra at 2007-7-12 1:28:27 > top of Java-index,Desktop,Core GUI APIs...