static L selectedTableRowsFirstColumn(JTable table) { new L l; for (int row : table.getSelectedRows()) l.add(rawTableCell(table, row, 0)); ret l; }