static void clickButton(final JButton b) { if (b != null) swing { if (b.isEnabled()) b.doClick(); } }