org.gnu.gdk

Class Gdk


public class Gdk
extends java.lang.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.

Method Details

beep

public static void beep()
Emits a short beep.

flush

public static void flush()
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

getScreenDimension

public static Dimension getScreenDimension()
Get the default dimensions of the screen.