What is meant by CardLayout

Showing Answers 1 - 3 of 3 Answers

Sathya

  • Aug 30th, 2007
 

CardLayout displays only one component at a time. (That component could be a Component or another Container.)A CardLayout allows you to assign names to the components it manages. You can use the name to jump to an arbitrary component by calling the manager's show() method.CardLayout help you to manage many classes in same display area - dynamicly changing dialog boxes by user input (like a playing card, where only top card is visible ).

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions