static A selectAllOnFocus(final A tc) { if (tc != null) onFocus(tc, r { awt { tc.selectAll() } }); ret tc; }