org.tentackle.util
Class Toolkit
java.lang.Object
org.tentackle.util.Toolkit
public class Toolkit
- extends Object
Some platform helper methods.
- Author:
- harald
|
Field Summary |
static boolean |
beepEnabled
set to false in order to disable beeps |
|
Method Summary |
static void |
beep()
Beep. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
beepEnabled
public static boolean beepEnabled
- set to false in order to disable beeps
Toolkit
public Toolkit()
beep
public static void beep()
- Beep.
On some platforms the Toolkit.beep() does not work.
For this reason an additional Ctrl-G will be echoed
to the standard output (works on most platforms as long
as the application is started from a shell).
Furthermore, the beep can be turned off by the application.
Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de