146147148149150151152153154155156
if (columnIndex == 0) { return rowIndex+1; } COOJAProject p = currentProjects.get(rowIndex); if (!p.directoryExists()) { return p + " (not found)"; } if (!p.configExists()) { return p + " (no config)"; }