static void enableButtons(final Collection l) { for (JButton b : unnull(l)) enableButton(b); }