static O selectedTableCell(JTable t, int col) { ret getTableCell(t, t.getSelectedRow(), col); }