All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gnu.x11.extension.glx.Application Maven / Gradle / Ivy

Go to download

Escher is a collection of libraries for X Window System written purely in Java.

The newest version!
package gnu.x11.extension.glx;

import gnu.x11.Colormap;
import gnu.x11.Window;
import gnu.x11.event.ButtonPress;
import gnu.x11.event.ClientMessage;
import gnu.x11.event.ConfigureNotify;
import gnu.x11.event.Expose;
import gnu.x11.event.Event;
import gnu.x11.event.KeyPress;
import gnu.x11.event.MotionNotify;


/** OpenGL application. */
public abstract class Application extends gnu.x11.Application {
  protected static final int EVENT_BIT = 1<




© 2015 - 2025 Weber Informatics LLC | Privacy Policy