static Font getFont(JComponent c) { ret c == null ? null : swing(func -> Font { c.getFont() }); }