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

Diff of /classpath/java/awt/Component.java

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

revision 1.70 by rabbit78, Fri Aug 12 11:46:54 2005 UTC revision 1.71 by jfrijters, Tue Aug 16 13:39:24 2005 UTC
# Line 4816  p   * <li>the set of backward traversal Line 4816  p   * <li>the set of backward traversal
4816                  break;                  break;
4817                }                }
4818            }            }
4819          if (e.id == PaintEvent.PAINT || e.id == PaintEvent.UPDATE)          if (e.id != PaintEvent.PAINT && e.id != PaintEvent.UPDATE)
           peer.handleEvent(e);  
         else  
4820            processEvent(e);            processEvent(e);
4821        }        }
4822    
4823        if (peer != null)
4824          peer.handleEvent(e);
4825    }    }
4826    
4827    /**    /**

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

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