static int tableColumnViewIndex(final JTable t, fS colName) { ret swing(func -> int { t.convertColumnIndexToView(t.getColumn(colName).getModelIndex()) }); }