static void clickButtons(L l) { for (JButton b : l) if (b.isEnabled()) b.doClick(); }