/[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.7 by mark, Tue Jan 22 22:26:58 2002 UTC revision 1.8 by tromey, Fri Jan 25 07:03:02 2002 UTC
# Line 905  public class Container extends Component Line 905  public class Container extends Component
905     */     */
906    public void addNotify ()    public void addNotify ()
907    {    {
908      if (peer == null)      addNotifyContainerChildren ();
909        {      super.addNotify();
         addNotifyContainerChildren ();  
         super.addNotify();  
       }  
910    }    }
911    
912    private void addNotifyContainerChildren()    private void addNotifyContainerChildren()

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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