static O swingUnlessHeadless(O f) { ret headless() ? null : swing(f); } static A swingUnlessHeadless(F0 f) { ret headless() ? null : swing(f); }