static L rawTableMatrixWithHeaders(final JTable t) { ret swing(func -> L { concatLists(ll(tableColNames(t)), rawTableLines(t)) }); }