static JButton disableButton(final JButton b) { if (b != null) swing { b.setEnabled(false); } ret b; }