Hello guys, so I am facing a problem to understand the following.. Creating a GUI based program that has a user control box that contains a list of images of a 52 cards deck, the cards are based on an enum actually 2 enums one for the rank and one for the suit but i can choose the rank and the suit then hit flip and it should show the image of the card.. Now I have the list of images imported as a recourse, but i dont know how to set the images to the enums and how to flip the picture, if somebody can explain it to me it would be nice
Thanks