In a java Swing application and if we are using Card layout for some panel than we use to show() method to show particular card.Show Method just make visible given card and disappear current card. Is it Possible to add some effects between this card swapping?
effects like:-
- List item
- Left to rightte moving.
- Top to Bottom.
- Fade in and Fade out effect.
- Zooming Effect.