{ //donor column
FundTable model = getModel();
String dFirstName = (String)model.getValueAt(rowIndex,0);
String dLastName = (String)model.getValueAt(rowIndex,1);
Boolean CharityChoice = (Boolean)model.getValueAt(rowIndex,3);
if (Boolean.TRUE.equals())