{
               //set file name to the name of the fard selected
               backChange = new ImageIcon("Cards/" + e.getActionCommand() + ".png").getImage();
               cardBackFile = "Cards/" + e.getActionCommand() + ".png";
          }