A
Arnold S
Guest
Hi,
I'm designing a card game in java. I want to implement the feature where when the cards are dealt they leave the deck and place themselves into the players hands as an animation. Sort of how cards are dealt when playing a poker game. Such as fulltiltpoker.
How would I go about doing this? What classes and java packages would be involved?
At the moment each card is an ImageIcon. I want it so that each card spins as it leaves the deck pile and places itself into the players hand.
Any help would be appreciated.
Thanks
I'm designing a card game in java. I want to implement the feature where when the cards are dealt they leave the deck and place themselves into the players hands as an animation. Sort of how cards are dealt when playing a poker game. Such as fulltiltpoker.
How would I go about doing this? What classes and java packages would be involved?
At the moment each card is an ImageIcon. I want it so that each card spins as it leaves the deck pile and places itself into the players hand.
Any help would be appreciated.
Thanks