sS getToolTip(final JComponent c) { ret c == null ? null : swing(func -> S { c.getToolTipText() }); }