org.gnu.gdk

Class Gdk

public class Gdk extends Object

Method Summary
static voidbeep()
Emits a short beep.
static voidflush()
Flushes the X output buffer and waits until all requests have been processed by the server.
static DimensiongetScreenDimension()
Get the default dimensions of the screen.

Method Detail

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.