/[classpath]/classpath/java/awt/Container.java
ViewVC logotype

Diff of /classpath/java/awt/Container.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by mkoch, Tue Jun 3 16:40:37 2003 UTC revision 1.20 by mkoch, Tue Jul 1 08:34:28 2003 UTC
# Line 201  public class Container extends Component Line 201  public class Container extends Component
201    /**    /**
202     * Adds the specified component to the container at the end of the     * Adds the specified component to the container at the end of the
203     * component list.  This method should not be used. Instead, use     * component list.  This method should not be used. Instead, use
204     * <code>add(Component, Object</code>.     * <code>add(Component, Object)</code>.
205     *     *
206     * @param name The name of the component to be added.     * @param name The name of the component to be added.
207     * @param component The component to be added.     * @param component The component to be added.
208     *     *
209     * @return The same component that was added.     * @return The same component that was added.
210       *
211       * @see #add(Component,Object)
212     */     */
213    public Component add(String name, Component comp)    public Component add(String name, Component comp)
214    {    {

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26