/[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.37.2.13 by gnu_andrew, Tue Aug 16 16:22:37 2005 UTC revision 1.37.2.14 by gnu_andrew, Sat Sep 10 15:31:42 2005 UTC
# Line 403  public class Container extends Component Line 403  public class Container extends Component
403                                                     ContainerEvent.COMPONENT_ADDED,                                                     ContainerEvent.COMPONENT_ADDED,
404                                                     comp);                                                     comp);
405              getToolkit().getSystemEventQueue().postEvent(ce);              getToolkit().getSystemEventQueue().postEvent(ce);
           }  
406    
407          // Repaint this container.              // Repaint this container.
408          repaint();              repaint();
409              }
410        }        }
411    }    }
412    
# Line 441  public class Container extends Component Line 441  public class Container extends Component
441                                                     ContainerEvent.COMPONENT_REMOVED,                                                     ContainerEvent.COMPONENT_REMOVED,
442                                                     r);                                                     r);
443              getToolkit().getSystemEventQueue().postEvent(ce);              getToolkit().getSystemEventQueue().postEvent(ce);
           }  
444    
445          // Repaint this container.              // Repaint this container.
446          repaint();              repaint();
447              }
448        }        }
449    }    }
450    

Legend:
Removed from v.1.37.2.13  
changed lines
  Added in v.1.37.2.14

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