Example #1
0
  static {
    NEWTJNILibLoader.loadNEWT();

    if (!initIDs0(X11Util.XERROR_STACKDUMP)) {
      throw new NativeWindowException("Failed to initialize X11Display jmethodIDs");
    }

    if (!WindowDriver.initIDs0()) {
      throw new NativeWindowException("Failed to initialize X11Window jmethodIDs");
    }
  }