static void onInternalFrameIconified(final JInternalFrame w, fO r) { if (w != null) swing { w.addInternalFrameListener(new InternalFrameAdapter { public void internalFrameIconified(InternalFrameEvent e) { pcallF(r); } }); } }