static void setEnabled(final JComponent c, final bool enable) { if (c != null) swing { c.setEnabled(enable); } }