|
|
Contents |
CardLayoutThe card layout manager treats each component in the container as a card. Only one card is visible at a time. The container acts as a stack of cards. The first component added to a CardLayout object is the visible component when the container is first displayed. CardLayout is part of the standard Java distribution. Layout propertiesA container with this layout manager has following layout properties:
Constraints propertiesA component contained in a container with this layout manager has following constraints properties:
|