static void disableButtons(final Collection l) { for (JButton b : unnull(l)) disableButton(b); }