static void disposeInternalFrames(Iterable l) { for (Component c : unnull(l)) disposeInternalFrame(c); }