SetPlayer p = ((SetPlayer)c.getCurrentPlayer());
if (Card.isSet(selectedCards)) {
JOptionPane.showMessageDialog(viewer_, "Congratulations, you found a set!");
p.incrementNumSetsFound();
c.removeCards(selectedCards);
c.addCards(3);
} else {
JOptionPane.showMessageDialog(viewer_, "NO! that is not a set.");