The ordering of cards is determined by the container's own internal ordering of its component objects. CardLayout defines a set of methods that allow an application to flip through these cards sequentially, or to show a specified card. The addLayoutComponent(java.awt.Component,java.lang.Object) method can be used to associate a string identifier with a given card for fast random access
Monday, May 7, 2007
Where the CardLayout is used?
The ordering of cards is determined by the container's own internal ordering of its component objects. CardLayout defines a set of methods that allow an application to flip through these cards sequentially, or to show a specified card. The addLayoutComponent(java.awt.Component,java.lang.Object) method can be used to associate a string identifier with a given card for fast random access
Subscribe to:
Post Comments (Atom)


0 comments:
Post a Comment