/[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.60 by smarothy, Sat Aug 13 22:54:40 2005 UTC revision 1.61 by jfrijters, Tue Aug 16 12:31:24 2005 UTC
# Line 401  public class Container extends Component Line 401  public class Container extends Component
401                                                     ContainerEvent.COMPONENT_ADDED,                                                     ContainerEvent.COMPONENT_ADDED,
402                                                     comp);                                                     comp);
403              getToolkit().getSystemEventQueue().postEvent(ce);              getToolkit().getSystemEventQueue().postEvent(ce);
           }  
404    
405          // Repaint this container.              // Repaint this container.
406          repaint();              repaint();
407              }
408        }        }
409    }    }
410    
# Line 439  public class Container extends Component Line 439  public class Container extends Component
439                                                     ContainerEvent.COMPONENT_REMOVED,                                                     ContainerEvent.COMPONENT_REMOVED,
440                                                     r);                                                     r);
441              getToolkit().getSystemEventQueue().postEvent(ce);              getToolkit().getSystemEventQueue().postEvent(ce);
           }  
442    
443          // Repaint this container.              // Repaint this container.
444          repaint();              repaint();
445              }
446        }        }
447    }    }
448    

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

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