(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); |
| 15 | public static native void stopApplication(); |
| 16 | |
| 17 | public static native void macosMoveStandardWindowButtons(long window, float center_x, float center_y); |