static void disposeWindows(final Collection l) { for (Window w : unnull(l)) disposeWindow(w); }