Container.print

Container.print

Class Overview | Class Members | This Package | All Packages

Syntax
public void print( Graphics g )
Parameters
g
the specified Graphics window
Description
Prints the container. This forwards the print to any lightweight components that are children of this container. If this method is reimplemented, super.print(g) should be called so that lightweight components are properly rendered. If a child component is entirely clipped by the current clipping setting in g, print() will not be forwarded to that child.

Overrides
print in class Component
See Also
update