<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.awt.Container
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.html">This Package</a>  <a href="java.awt.Component.html#_top_">Previous</a>  <a href="java.awt.Cursor.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.awt.Container
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.awt.Component.html#_top_">java.awt.Component</a>
           |
           +----java.awt.Container
</pre>
<hr>
<dl>
  <dt> public abstract class <b>Container</b>
  <dt> extends <a href="java.awt.Component.html#_top_">Component</a>
</dl>
A generic Abstract Window Toolkit(AWT) container object is a component 
 that can contain other AWT components.
 <p>
 Components added to a container are tracked in a list.  The order
 of the list will define the components' front-to-back stacking order 
 within the container.  If no index is specified when adding a
 component to a container, it will be added to the end of the list
 (and hence to the bottom of the stacking order).
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="#add(java.awt.Component, int)">add</a>, <a href="#getComponent(int)">getComponent</a>, <a href="java.awt.LayoutManager.html#_top_">LayoutManager</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#Container()"><b>Container</b></a>()
  <dd>  Constructs a new Container.
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#add(java.awt.Component)"><b>add</b></a>(Component)
  <dd> 
 Adds the specified component to the end of this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#add(java.awt.Component, int)"><b>add</b></a>(Component, int)
  <dd> 
 Adds the specified component to this container at the given 
 position.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#add(java.awt.Component, java.lang.Object)"><b>add</b></a>(Component, Object)
  <dd>  Adds the specified component to the end of this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#add(java.awt.Component, java.lang.Object, int)"><b>add</b></a>(Component, Object, int)
  <dd>  Adds the specified component to this container with the specified
 constraints at the specified index.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#add(java.lang.String, java.awt.Component)"><b>add</b></a>(String, Component)
  <dd>  Adds the specified component to this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#addContainerListener(java.awt.event.ContainerListener)"><b>addContainerListener</b></a>(ContainerListener)
  <dd>  Adds the specified container listener to receive container events
 from this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#addImpl(java.awt.Component, java.lang.Object, int)"><b>addImpl</b></a>(Component, Object, int)
  <dd>  Adds the specified component to this container at the specified
 index.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#addNotify()"><b>addNotify</b></a>()
  <dd> 
 Notifies the container to create a peer.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#countComponents()"><b>countComponents</b></a>()
  <dd> 
 
<b>Deprecated.</b>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#deliverEvent(java.awt.Event)"><b>deliverEvent</b></a>(Event)
  <dd>  
<b>Deprecated.</b>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#doLayout()"><b>doLayout</b></a>()
  <dd> 
 Causes this container to lay out its components.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getAlignmentX()"><b>getAlignmentX</b></a>()
  <dd>  Returns the alignment along the x axis.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getAlignmentY()"><b>getAlignmentY</b></a>()
  <dd>  Returns the alignment along the y axis.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getComponent(int)"><b>getComponent</b></a>(int)
  <dd> 
 Gets the nth component in this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getComponentAt(int, int)"><b>getComponentAt</b></a>(int, int)
  <dd>  Locates the component that contains the x,y position.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getComponentAt(java.awt.Point)"><b>getComponentAt</b></a>(Point)
  <dd>  Gets the component that contains the specified point.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getComponentCount()"><b>getComponentCount</b></a>()
  <dd> 
 Gets the number of components in this panel.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getComponents()"><b>getComponents</b></a>()
  <dd>  Gets all the components in this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getInsets()"><b>getInsets</b></a>()
  <dd>  Determines the insets of this container, which indicate the size 
 of the container's border.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getLayout()"><b>getLayout</b></a>()
  <dd> 
 Gets the layout manager for this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getMaximumSize()"><b>getMaximumSize</b></a>()
  <dd> 
 Returns the maximum size of this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getMinimumSize()"><b>getMinimumSize</b></a>()
  <dd> 
 Returns the minimum size of this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getPreferredSize()"><b>getPreferredSize</b></a>()
  <dd> 
 Returns the preferred size of this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#insets()"><b>insets</b></a>()
  <dd>  
<b>Deprecated.</b>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#invalidate()"><b>invalidate</b></a>()
  <dd> 
 Invalidates the container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#isAncestorOf(java.awt.Component)"><b>isAncestorOf</b></a>(Component)
  <dd>  Checks if the component is contained in the component hierarchy of
 this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#layout()"><b>layout</b></a>()
  <dd> 
 
<b>Deprecated.</b>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#list(java.io.PrintStream, int)"><b>list</b></a>(PrintStream, int)
  <dd>  Prints a listing of this container to the specified output 
 stream.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#list(java.io.PrintWriter, int)"><b>list</b></a>(PrintWriter, int)
  <dd>  Prints out a list, starting at the specified indention, to the specified
 print writer.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#locate(int, int)"><b>locate</b></a>(int, int)
  <dd>  
<b>Deprecated.</b>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#minimumSize()"><b>minimumSize</b></a>()
  <dd> 
 
<b>Deprecated.</b>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#paint(java.awt.Graphics)"><b>paint</b></a>(Graphics)
  <dd> 
 Paints the container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#paintComponents(java.awt.Graphics)"><b>paintComponents</b></a>(Graphics)
  <dd> 
 Paints each of the components in this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#paramString()"><b>paramString</b></a>()
  <dd>  Returns the parameter string representing the state of this 
 container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#preferredSize()"><b>preferredSize</b></a>()
  <dd> 
 
<b>Deprecated.</b>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#print(java.awt.Graphics)"><b>print</b></a>(Graphics)
  <dd> 
 Prints the container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#printComponents(java.awt.Graphics)"><b>printComponents</b></a>(Graphics)
  <dd> 
 Prints each of the components in this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#processContainerEvent(java.awt.event.ContainerEvent)"><b>processContainerEvent</b></a>(ContainerEvent)
  <dd> 
 Processes container events occurring on this container by
 dispatching them to any registered ContainerListener objects.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#processEvent(java.awt.AWTEvent)"><b>processEvent</b></a>(AWTEvent)
  <dd>  Processes events on this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#remove(java.awt.Component)"><b>remove</b></a>(Component)
  <dd> 
 Removes the specified component from this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#remove(int)"><b>remove</b></a>(int)
  <dd> 
 Removes the component, specified by <code>index</code>, 
 from this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#removeAll()"><b>removeAll</b></a>()
  <dd> 
 Removes all the components from this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#removeContainerListener(java.awt.event.ContainerListener)"><b>removeContainerListener</b></a>(ContainerListener)
  <dd>  Removes the specified container listener so it no longer receives
 container events from this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#removeNotify()"><b>removeNotify</b></a>()
  <dd> 
 Notifies this container and all of its subcomponents to remove 
 their peers.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setCursor(java.awt.Cursor)"><b>setCursor</b></a>(Cursor)
  <dd>  Set the cursor image to a predefined cursor.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setLayout(java.awt.LayoutManager)"><b>setLayout</b></a>(LayoutManager)
  <dd> 
 Sets the layout manager for this container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#update(java.awt.Graphics)"><b>update</b></a>(Graphics)
  <dd> 
 Updates the container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#validate()"><b>validate</b></a>()
  <dd> 
 Validates this container and all of its subcomponents.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#validateTree()"><b>validateTree</b></a>()
  <dd>  Recursively descends the container tree and recomputes the
 layout for any subtrees marked as needing it (those marked as
 invalid).
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="Container"></a>
<a name="Container()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>Container</b>
<pre>
 protected Container()
</pre>
<dl>
  <dd> Constructs a new Container. Containers can be extended directly, 
 but are lightweight in this case and must be contained by a parent
 somewhere higher up in the component tree that is native.
 (such as Frame for example).
<p>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getComponentCount()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getComponentCount"><b>getComponentCount</b></a>
<pre>
 public int getComponentCount()
</pre>
<dl>
  <dd> Gets the number of components in this panel.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> the number of components in this panel.
    <dt> <b>See Also:</b>
    <dd> <a href="#getComponent">getComponent</a>
  </dl></dd>
</dl>
<a name="countComponents()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="countComponents"><b>countComponents</b></a>
<pre>
 public int countComponents()
</pre>
<dl>
<dd><b> Note: countComponents() is deprecated.</b>
<i>As of JDK version 1.1,
 replaced by getComponentCount().</i>
<p>
</dl>
<a name="getComponent(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getComponent"><b>getComponent</b></a>
<pre>
 public <a href="java.awt.Component.html#_top_">Component</a> getComponent(int n)
</pre>
<dl>
  <dd> Gets the nth component in this container.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> n - the index of the component to get.
    <dt> <b>Returns:</b>
    <dd> the n<sup>th</sup> component in this container.
    <dt> <b>Throws:</b> <a href="java.lang.ArrayIndexOutOfBoundsException.html#_top_">ArrayIndexOutOfBoundsException</a>
    <dd> if the n<sup>th</sup> value does not exist.
  </dl></dd>
</dl>
<a name="getComponents()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getComponents"><b>getComponents</b></a>
<pre>
 public <a href="java.awt.Component.html#_top_">Component</a>[] getComponents()
</pre>
<dl>
  <dd> Gets all the components in this container.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> an array of all the components in this container.
  </dl></dd>
</dl>
<a name="getInsets()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getInsets"><b>getInsets</b></a>
<pre>
 public <a href="java.awt.Insets.html#_top_">Insets</a> getInsets()
</pre>
<dl>
  <dd> Determines the insets of this container, which indicate the size 
 of the container's border. 
 <p>
 A <code>Frame</code> object, for example, has a top inset that 
 corresponds to the height of the frame's title bar.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> the insets of this container.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Insets.html#_top_">Insets</a>, <a href="java.awt.LayoutManager.html#_top_">LayoutManager</a>
  </dl></dd>
</dl>
<a name="insets()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="insets"><b>insets</b></a>
<pre>
 public <a href="java.awt.Insets.html#_top_">Insets</a> insets()
</pre>
<dl>
<dd><b> Note: insets() is deprecated.</b>
<i>As of JDK version 1.1,
 replaced by <code>getInsets()</code>.</i>
<p>
</dl>
<a name="add(java.awt.Component)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="add"><b>add</b></a>
<pre>
 public <a href="java.awt.Component.html#_top_">Component</a> add(<a href="java.awt.Component.html#_top_">Component</a> comp)
</pre>
<dl>
  <dd> Adds the specified component to the end of this container.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> comp - the component to be added.
    <dt> <b>Returns:</b>
    <dd> the component argument.
  </dl></dd>
</dl>
<a name="add(java.lang.String, java.awt.Component)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="add"><b>add</b></a>
<pre>
 public <a href="java.awt.Component.html#_top_">Component</a> add(<a href="java.lang.String.html#_top_">String</a> name,
                      <a href="java.awt.Component.html#_top_">Component</a> comp)
</pre>
<dl>
  <dd> Adds the specified component to this container.
 It is strongly advised to use the 1.1 method, add(Component, Object),
 in place of this method.
<p>
</dl>
<a name="add(java.awt.Component, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="add"><b>add</b></a>
<pre>
 public <a href="java.awt.Component.html#_top_">Component</a> add(<a href="java.awt.Component.html#_top_">Component</a> comp,
                      int index)
</pre>
<dl>
  <dd> Adds the specified component to this container at the given 
 position.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> comp - the component to be added.
    <dd> index - the position at which to insert the component,
                   or <code>-1</code> to insert the component at the end.
    <dt> <b>Returns:</b>
    <dd> the component <code>comp</code>
    <dt> <b>See Also:</b>
    <dd> <a href="#remove">remove</a>
  </dl></dd>
</dl>
<a name="add(java.awt.Component, java.lang.Object)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="add"><b>add</b></a>
<pre>
 public void add(<a href="java.awt.Component.html#_top_">Component</a> comp,
                 <a href="java.lang.Object.html#_top_">Object</a> constraints)
</pre>
<dl>
  <dd> Adds the specified component to the end of this container.
 Also notifies the layout manager to add the component to 
 this container's layout using the specified constraints object.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> comp - the component to be added
    <dd> constraints - an object expressing
                  layout contraints for this component
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.LayoutManager.html#_top_">LayoutManager</a>
  </dl></dd>
</dl>
<a name="add(java.awt.Component, java.lang.Object, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="add"><b>add</b></a>
<pre>
 public void add(<a href="java.awt.Component.html#_top_">Component</a> comp,
                 <a href="java.lang.Object.html#_top_">Object</a> constraints,
                 int index)
</pre>
<dl>
  <dd> Adds the specified component to this container with the specified
 constraints at the specified index.  Also notifies the layout 
 manager to add the component to the this container's layout using 
 the specified constraints object.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> comp - the component to be added
    <dd> constraints - an object expressing layout contraints for this
    <dd> index - the position in the container's list at which to insert
 the component. -1 means insert at the end.
 component
    <dt> <b>See Also:</b>
    <dd> <a href="#remove">remove</a>, <a href="java.awt.LayoutManager.html#_top_">LayoutManager</a>
  </dl></dd>
</dl>
<a name="addImpl(java.awt.Component, java.lang.Object, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="addImpl"><b>addImpl</b></a>
<pre>
 protected void addImpl(<a href="java.awt.Component.html#_top_">Component</a> comp,
                        <a href="java.lang.Object.html#_top_">Object</a> constraints,
                        int index)
</pre>
<dl>
  <dd> Adds the specified component to this container at the specified
 index. This method also notifies the layout manager to add 
 the component to this container's layout using the specified 
 constraints object.
 <p>
 This is the method to override if a program needs to track 
 every add request to a container. An overriding method should 
 usually include a call to the superclass's version of the method:
 <p>
 <blockquote>
 <code>super.addImpl(comp, constraints, index)</code>
 </blockquote>
 <p>
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> comp - the component to be added.
    <dd> constraints - an object expressing layout contraints
                 for this component.
    <dd> index - the position in the container's list at which to
                 insert the component, where <code>-1</code> 
                 means insert at the end.
    <dt> <b>See Also:</b>
    <dd> <a href="#add(java.awt.Component)">add</a>, <a href="#add(java.awt.Component, int)">add</a>, <a href="#add(java.awt.Component, java.lang.Object)">add</a>, <a href="java.awt.LayoutManager.html#_top_">LayoutManager</a>
  </dl></dd>
</dl>
<a name="remove(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="remove"><b>remove</b></a>
<pre>
 public void remove(int index)
</pre>
<dl>
  <dd> Removes the component, specified by <code>index</code>, 
 from this container.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> index - the index of the component to be removed.
    <dt> <b>See Also:</b>
    <dd> <a href="#add">add</a>
  </dl></dd>
</dl>
<a name="remove(java.awt.Component)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="remove"><b>remove</b></a>
<pre>
 public void remove(<a href="java.awt.Component.html#_top_">Component</a> comp)
</pre>
<dl>
  <dd> Removes the specified component from this container.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> comp - the component to be removed
    <dt> <b>See Also:</b>
    <dd> <a href="#add">add</a>
  </dl></dd>
</dl>
<a name="removeAll()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="removeAll"><b>removeAll</b></a>
<pre>
 public void removeAll()
</pre>
<dl>
  <dd> Removes all the components from this container.
<p>
  <dd><dl>
    <dt> <b>See Also:</b>
    <dd> <a href="#add">add</a>, <a href="#remove">remove</a>
  </dl></dd>
</dl>
<a name="getLayout()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getLayout"><b>getLayout</b></a>
<pre>
 public <a href="java.awt.LayoutManager.html#_top_">LayoutManager</a> getLayout()
</pre>
<dl>
  <dd> Gets the layout manager for this container.
<p>
  <dd><dl>
    <dt> <b>See Also:</b>
    <dd> <a href="#doLayout">doLayout</a>, <a href="#setLayout">setLayout</a>
  </dl></dd>
</dl>
<a name="setLayout(java.awt.LayoutManager)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setLayout"><b>setLayout</b></a>
<pre>
 public void setLayout(<a href="java.awt.LayoutManager.html#_top_">LayoutManager</a> mgr)
</pre>
<dl>
  <dd> Sets the layout manager for this container.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> mgr - the specified layout manager
    <dt> <b>See Also:</b>
    <dd> <a href="#doLayout">doLayout</a>, <a href="#getLayout">getLayout</a>
  </dl></dd>
</dl>
<a name="doLayout()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="doLayout"><b>doLayout</b></a>
<pre>
 public void doLayout()
</pre>
<dl>
  <dd> Causes this container to lay out its components.  Most programs 
 should not call this method directly, but should invoke 
 the <code>validate</code> method instead.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#doLayout()">doLayout</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.LayoutManager.html#layoutContainer">layoutContainer</a>, <a href="#setLayout">setLayout</a>, <a href="#validate">validate</a>
  </dl></dd>
</dl>
<a name="layout()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="layout"><b>layout</b></a>
<pre>
 public void layout()
</pre>
<dl>
<dd><b> Note: layout() is deprecated.</b>
<i>As of JDK version 1.1,
 replaced by <code>doLayout()</code>.</i>
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#layout()">layout</a> in class <a href="java.awt.Component.html#_top_">Component</a>
  </dl></dd>
</dl>
<a name="invalidate()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="invalidate"><b>invalidate</b></a>
<pre>
 public void invalidate()
</pre>
<dl>
  <dd> Invalidates the container.  The container and all parents
 above it are marked as needing to be laid out.  This method can
 be called often, so it needs to execute quickly.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#invalidate()">invalidate</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="#validate">validate</a>, <a href="#layout">layout</a>, <a href="java.awt.LayoutManager.html#_top_">LayoutManager</a>
  </dl></dd>
</dl>
<a name="validate()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="validate"><b>validate</b></a>
<pre>
 public void validate()
</pre>
<dl>
  <dd> Validates this container and all of its subcomponents.
 <p>
 AWT uses <code>validate</code> to cause a container to lay out   
 its subcomponents again after the components it contains
 have been added to or modified.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#validate()">validate</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="#validate">validate</a>, <a href="java.awt.Component.html#invalidate">invalidate</a>
  </dl></dd>
</dl>
<a name="validateTree()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="validateTree"><b>validateTree</b></a>
<pre>
 protected void validateTree()
</pre>
<dl>
  <dd> Recursively descends the container tree and recomputes the
 layout for any subtrees marked as needing it (those marked as
 invalid).  Synchronization should be provided by the method
 that calls this one:  <code>validate</code>.
<p>
</dl>
<a name="getPreferredSize()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getPreferredSize"><b>getPreferredSize</b></a>
<pre>
 public <a href="java.awt.Dimension.html#_top_">Dimension</a> getPreferredSize()
</pre>
<dl>
  <dd> Returns the preferred size of this container.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> an instance of <code>Dimension</code> that represents
                the preferred size of this container.
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#getPreferredSize()">getPreferredSize</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="#getMinimumSize">getMinimumSize</a>, <a href="#getLayout">getLayout</a>, <a href="java.awt.LayoutManager.html#preferredLayoutSize(java.awt.Container)">preferredLayoutSize</a>, <a href="java.awt.Component.html#getPreferredSize">getPreferredSize</a>
  </dl></dd>
</dl>
<a name="preferredSize()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="preferredSize"><b>preferredSize</b></a>
<pre>
 public <a href="java.awt.Dimension.html#_top_">Dimension</a> preferredSize()
</pre>
<dl>
<dd><b> Note: preferredSize() is deprecated.</b>
<i>As of JDK version 1.1,
 replaced by <code>getPreferredSize()</code>.</i>
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#preferredSize()">preferredSize</a> in class <a href="java.awt.Component.html#_top_">Component</a>
  </dl></dd>
</dl>
<a name="getMinimumSize()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getMinimumSize"><b>getMinimumSize</b></a>
<pre>
 public <a href="java.awt.Dimension.html#_top_">Dimension</a> getMinimumSize()
</pre>
<dl>
  <dd> Returns the minimum size of this container.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> an instance of <code>Dimension</code> that represents
                the minimum size of this container.
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#getMinimumSize()">getMinimumSize</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="#getPreferredSize">getPreferredSize</a>, <a href="#getLayout">getLayout</a>, <a href="java.awt.LayoutManager.html#minimumLayoutSize(java.awt.Container)">minimumLayoutSize</a>, <a href="java.awt.Component.html#getMinimumSize">getMinimumSize</a>
  </dl></dd>
</dl>
<a name="minimumSize()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="minimumSize"><b>minimumSize</b></a>
<pre>
 public <a href="java.awt.Dimension.html#_top_">Dimension</a> minimumSize()
</pre>
<dl>
<dd><b> Note: minimumSize() is deprecated.</b>
<i>As of JDK version 1.1,
 replaced by <code>getMinimumSize()</code>.</i>
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#minimumSize()">minimumSize</a> in class <a href="java.awt.Component.html#_top_">Component</a>
  </dl></dd>
</dl>
<a name="getMaximumSize()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getMaximumSize"><b>getMaximumSize</b></a>
<pre>
 public <a href="java.awt.Dimension.html#_top_">Dimension</a> getMaximumSize()
</pre>
<dl>
  <dd> Returns the maximum size of this container.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#getMaximumSize()">getMaximumSize</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="#getPreferredSize">getPreferredSize</a>
  </dl></dd>
</dl>
<a name="getAlignmentX()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getAlignmentX"><b>getAlignmentX</b></a>
<pre>
 public float getAlignmentX()
</pre>
<dl>
  <dd> Returns the alignment along the x axis.  This specifies how
 the component would like to be aligned relative to other 
 components.  The value should be a number between 0 and 1
 where 0 represents alignment along the origin, 1 is aligned
 the furthest away from the origin, 0.5 is centered, etc.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#getAlignmentX()">getAlignmentX</a> in class <a href="java.awt.Component.html#_top_">Component</a>
  </dl></dd>
</dl>
<a name="getAlignmentY()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getAlignmentY"><b>getAlignmentY</b></a>
<pre>
 public float getAlignmentY()
</pre>
<dl>
  <dd> Returns the alignment along the y axis.  This specifies how
 the component would like to be aligned relative to other 
 components.  The value should be a number between 0 and 1
 where 0 represents alignment along the origin, 1 is aligned
 the furthest away from the origin, 0.5 is centered, etc.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#getAlignmentY()">getAlignmentY</a> in class <a href="java.awt.Component.html#_top_">Component</a>
  </dl></dd>
</dl>
<a name="paint(java.awt.Graphics)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="paint"><b>paint</b></a>
<pre>
 public void paint(<a href="java.awt.Graphics.html#_top_">Graphics</a> g)
</pre>
<dl>
  <dd> Paints the container.  This forwards the paint to any lightweight components 
 that are children of this container.  If this method is reimplemented, 
 super.paint(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, paint() will not be forwarded to that child.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> g - the specified Graphics window
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#paint(java.awt.Graphics)">paint</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Component.html#update(java.awt.Graphics)">update</a>
  </dl></dd>
</dl>
<a name="update(java.awt.Graphics)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="update"><b>update</b></a>
<pre>
 public void update(<a href="java.awt.Graphics.html#_top_">Graphics</a> g)
</pre>
<dl>
  <dd> Updates the container.  This forwards the update to any lightweight components 
 that are children of this container.  If this method is reimplemented, 
 super.update(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, update() will not be forwarded to that child.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> g - the specified Graphics window
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#update(java.awt.Graphics)">update</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Component.html#update(java.awt.Graphics)">update</a>
  </dl></dd>
</dl>
<a name="print(java.awt.Graphics)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="print"><b>print</b></a>
<pre>
 public void print(<a href="java.awt.Graphics.html#_top_">Graphics</a> g)
</pre>
<dl>
  <dd> 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.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> g - the specified Graphics window
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#print(java.awt.Graphics)">print</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Component.html#update(java.awt.Graphics)">update</a>
  </dl></dd>
</dl>
<a name="paintComponents(java.awt.Graphics)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="paintComponents"><b>paintComponents</b></a>
<pre>
 public void paintComponents(<a href="java.awt.Graphics.html#_top_">Graphics</a> g)
</pre>
<dl>
  <dd> Paints each of the components in this container.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> g - the graphics context.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Component.html#paint">paint</a>, <a href="java.awt.Component.html#paintAll">paintAll</a>
  </dl></dd>
</dl>
<a name="printComponents(java.awt.Graphics)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="printComponents"><b>printComponents</b></a>
<pre>
 public void printComponents(<a href="java.awt.Graphics.html#_top_">Graphics</a> g)
</pre>
<dl>
  <dd> Prints each of the components in this container.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> g - the graphics context.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Component.html#print">print</a>, <a href="java.awt.Component.html#printAll">printAll</a>
  </dl></dd>
</dl>
<a name="addContainerListener(java.awt.event.ContainerListener)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="addContainerListener"><b>addContainerListener</b></a>
<pre>
 public synchronized void addContainerListener(<a href="java.awt.event.ContainerListener.html#_top_">ContainerListener</a> l)
</pre>
<dl>
  <dd> Adds the specified container listener to receive container events
 from this container.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> l - the container listener
  </dl></dd>
</dl>
<a name="removeContainerListener(java.awt.event.ContainerListener)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="removeContainerListener"><b>removeContainerListener</b></a>
<pre>
 public synchronized void removeContainerListener(<a href="java.awt.event.ContainerListener.html#_top_">ContainerListener</a> l)
</pre>
<dl>
  <dd> Removes the specified container listener so it no longer receives
 container events from this container.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> l - the container listener
  </dl></dd>
</dl>
<a name="processEvent(java.awt.AWTEvent)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="processEvent"><b>processEvent</b></a>
<pre>
 protected void processEvent(<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a> e)
</pre>
<dl>
  <dd> Processes events on this container. If the event is a ContainerEvent,
 it invokes the processContainerEvent method, else it invokes its
 superclass's processEvent.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> e - the event
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#processEvent(java.awt.AWTEvent)">processEvent</a> in class <a href="java.awt.Component.html#_top_">Component</a>
  </dl></dd>
</dl>
<a name="processContainerEvent(java.awt.event.ContainerEvent)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="processContainerEvent"><b>processContainerEvent</b></a>
<pre>
 protected void processContainerEvent(<a href="java.awt.event.ContainerEvent.html#_top_">ContainerEvent</a> e)
</pre>
<dl>
  <dd> Processes container events occurring on this container by
 dispatching them to any registered ContainerListener objects.
 NOTE: This method will not be called unless container events
 are enabled for this component; this happens when one of the
 following occurs:
 a) A ContainerListener object is registered via addContainerListener()
 b) Container events are enabled via enableEvents()
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> e - the container event
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Component.html#enableEvents">enableEvents</a>
  </dl></dd>
</dl>
<a name="setCursor(java.awt.Cursor)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setCursor"><b>setCursor</b></a>
<pre>
 public synchronized void setCursor(<a href="java.awt.Cursor.html#_top_">Cursor</a> cursor)
</pre>
<dl>
  <dd> Set the cursor image to a predefined cursor.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> <code>cursor</code> - One of the constants defined
            by the <code>Cursor</code> class.
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#setCursor(java.awt.Cursor)">setCursor</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Component.html#getCursor">getCursor</a>, <a href="java.awt.Cursor.html#_top_">Cursor</a>
  </dl></dd>
</dl>
<a name="deliverEvent(java.awt.Event)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="deliverEvent"><b>deliverEvent</b></a>
<pre>
 public void deliverEvent(<a href="java.awt.Event.html#_top_">Event</a> e)
</pre>
<dl>
<dd><b> Note: deliverEvent() is deprecated.</b>
<i>As of JDK version 1.1,
 replaced by <code>dispatchEvent(AWTEvent e)</code></i>
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#deliverEvent(java.awt.Event)">deliverEvent</a> in class <a href="java.awt.Component.html#_top_">Component</a>
  </dl></dd>
</dl>
<a name="getComponentAt(int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getComponentAt"><b>getComponentAt</b></a>
<pre>
 public <a href="java.awt.Component.html#_top_">Component</a> getComponentAt(int x,
                                 int y)
</pre>
<dl>
  <dd> Locates the component that contains the x,y position.  The
 top-most child component is returned in the case where there
 is overlap in the components.  This is determined by finding
 the component closest to the index 0 that claims to contain
 the given point via Component.contains().
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> x - the <i>x</i> coordinate
    <dd> y - the <i>y</i> coordinate
    <dt> <b>Returns:</b>
    <dd> null if the component does not contain the position.
 If there is no child component at the requested point and the 
 point is within the bounds of the container the container itself 
 is returned; otherwise the top-most child is returned.
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#getComponentAt(int, int)">getComponentAt</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Component.html#contains">contains</a>
  </dl></dd>
</dl>
<a name="locate(int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="locate"><b>locate</b></a>
<pre>
 public <a href="java.awt.Component.html#_top_">Component</a> locate(int x,
                         int y)
</pre>
<dl>
<dd><b> Note: locate() is deprecated.</b>
<i>As of JDK version 1.1,
 replaced by <code>getComponentAt(int, int)</code>.</i>
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#locate(int, int)">locate</a> in class <a href="java.awt.Component.html#_top_">Component</a>
  </dl></dd>
</dl>
<a name="getComponentAt(java.awt.Point)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getComponentAt"><b>getComponentAt</b></a>
<pre>
 public <a href="java.awt.Component.html#_top_">Component</a> getComponentAt(<a href="java.awt.Point.html#_top_">Point</a> p)
</pre>
<dl>
  <dd> Gets the component that contains the specified point.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> p - the point.
    <dt> <b>Returns:</b>
    <dd> returns the component that contains the point,
                 or <code>null</code> if the component does 
                 not contain the point.
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#getComponentAt(java.awt.Point)">getComponentAt</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Component.html#contains">contains</a>
  </dl></dd>
</dl>
<a name="addNotify()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="addNotify"><b>addNotify</b></a>
<pre>
 public void addNotify()
</pre>
<dl>
  <dd> Notifies the container to create a peer. It will also
 notify the components contained in this container.
 This method should be called by <code>Container.add</code>, 
 and not by user code directly.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#addNotify()">addNotify</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="#removeNotify">removeNotify</a>
  </dl></dd>
</dl>
<a name="removeNotify()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="removeNotify"><b>removeNotify</b></a>
<pre>
 public void removeNotify()
</pre>
<dl>
  <dd> Notifies this container and all of its subcomponents to remove 
 their peers. 
 This method should be invoked by the container's 
 <code>remove</code> method, and not directly by user code.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#removeNotify()">removeNotify</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="#remove(int)">remove</a>, <a href="#remove(java.awt.Component)">remove</a>
  </dl></dd>
</dl>
<a name="isAncestorOf(java.awt.Component)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="isAncestorOf"><b>isAncestorOf</b></a>
<pre>
 public boolean isAncestorOf(<a href="java.awt.Component.html#_top_">Component</a> c)
</pre>
<dl>
  <dd> Checks if the component is contained in the component hierarchy of
 this container.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> c - the component
    <dt> <b>Returns:</b>
    <dd> <code>true</code> if it is an ancestor;
             <code>true</code> otherwise.
  </dl></dd>
</dl>
<a name="paramString()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="paramString"><b>paramString</b></a>
<pre>
 protected <a href="java.lang.String.html#_top_">String</a> paramString()
</pre>
<dl>
  <dd> Returns the parameter string representing the state of this 
 container. This string is useful for debugging.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> the parameter string of this container.
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#paramString()">paramString</a> in class <a href="java.awt.Component.html#_top_">Component</a>
  </dl></dd>
</dl>
<a name="list(java.io.PrintStream, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="list"><b>list</b></a>
<pre>
 public void list(<a href="java.io.PrintStream.html#_top_">PrintStream</a> out,
                  int indent)
</pre>
<dl>
  <dd> Prints a listing of this container to the specified output 
 stream. The listing starts at the specified indentation.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> out - a print stream.
    <dd> indent - the number of spaces to indent.
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#list(java.io.PrintStream, int)">list</a> in class <a href="java.awt.Component.html#_top_">Component</a>
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Component.html#list(java.io.PrintStream, int)">list</a>
  </dl></dd>
</dl>
<a name="list(java.io.PrintWriter, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="list"><b>list</b></a>
<pre>
 public void list(<a href="java.io.PrintWriter.html#_top_">PrintWriter</a> out,
                  int indent)
</pre>
<dl>
  <dd> Prints out a list, starting at the specified indention, to the specified
 print writer.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#list(java.io.PrintWriter, int)">list</a> in class <a href="java.awt.Component.html#_top_">Component</a>
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.html">This Package</a>  <a href="java.awt.Component.html#_top_">Previous</a>  <a href="java.awt.Cursor.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
