Hello, I'm writting a program that involves playing cards.
With more players and more cards delt the card dispaly area begins to grow too large so I want to have each new card delt to overlap that persons previous card only slightly to the right so you can see both.
Right now I just have a panel for each palyers area and when they draw a card it simply adds the Card image as a JLabel.
Anyone have advice on the best way to go about this?
Thank You
