static void onFrameClosing(Window w, O r) { onWindowClosing(w, r); } static void onFrameClosing(O r, Window w) { onFrameClosing(w, r); }