static bool isEnabled(final JComponent c) { ret c != null && swing(func -> Bool { c.isEnabled() }); }