org.gnu.gdk
public class Gdk extends Object
Method Summary | |
---|---|
static void | beep()
Emits a short beep. |
static void | flush()
Flushes the X output buffer and waits until all requests have been
processed by the server. |
static Dimension | getScreenDimension()
Get the default dimensions of the screen. |
Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Emits a short beep.Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Flushes the X output buffer and waits until all requests have been processed by the server. This is rarely needed by applications.Since: 2.8.1
Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Get the default dimensions of the screen.