Hello;
Is there a way in java to create a flip card effect. I have two pictures, that are to form a double sided card. Ive come with a way to snapshot them in different angles and finally iterate through them in a loop. Its not very good :) Is there another way?
Basically I need to merge these two pictures together and when a user clicks on them the card flips and displays its back side.
Some examples or links maybe where I could get some further info?
Thank you very much
Joey