Texas Holdem Poker
Hi everyone. I have to create a Texas Holdem Poker Game in Java for a college project. I am happy with my GUI's but my immediate problem is dealing the cards. I am undecided as to how to do this.
Is it possible to place the pictures of all 52 cards into an array and then randomly generate 2 pictures to be displayed on the GUI when i press the "DEAL" button? This will then act as the opening hand for player A and from here they can decide if they wish to fold or raise etc.
Any help would be greatly appreciated

