Thursday, 19 January 2012
JAVA: What is a Container?
Do you like this Article?
- Container is a component which can contain other components inside itself. It is also an instance of a subclass of
java.awt.Container, which extendsjava.awt.Component. - An applet is a container.
- Containers include windows, frames, dialogs, and panels.
- As a Container itself is a component, it can contain other containers.
- Every container has a
LayoutManagerwhich helps to determines how different components are placed within the container.
Subscribe to:
Post Comments (Atom)








0 Responses to “JAVA: What is a Container?”
Post a Comment