(long window)
| 9 | public static native boolean fireUserEvent(long cookie); |
| 10 | public static native double getScaleFactor(long window); |
| 11 | public static native void requestRedraw(long window); |
| 12 | public static native String getOuterPosition(long window); |
| 13 | public static native void setOuterPosition(long window, float x, float y); |
| 14 | public static native void destroyWindow(long window); |