246247248249250251252
cards.removeCard(myPlay); hand.remove(myPlay); } public void rejected() { new AlertWindow(this, "Illegal Play", "You can't play that card."); }