static void onWindowClosing(Window w, O r) { r.addWindowAdapter(new WindowListener { public void windowClosing(WindowEvent e) { pcallF(r); } }); }