static L selectedTableRows(final JTable table) { ret table == null ? null : swing(func -> L { asList(table.getSelectedRows()) }); }