/[classpath]/classpath/java/awt/event/InputEvent.java
ViewVC logotype

Diff of /classpath/java/awt/event/InputEvent.java

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

revision 1.6 by ericb, Wed May 8 07:53:54 2002 UTC revision 1.7 by mkoch, Mon Sep 27 15:11:46 2004 UTC
# Line 1  Line 1 
1  /* InputEvent.java -- common superclass of component input events  /* InputEvent.java -- common superclass of component input events
2     Copyright (C) 1999, 2002 Free Software Foundation, Inc.     Copyright (C) 1999, 2002, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.awt.event;  package java.awt.event;
40    
 import java.awt.Component;  
41  import gnu.java.awt.EventModifier;  import gnu.java.awt.EventModifier;
42    
43    import java.awt.Component;
44    
45  /**  /**
46   * This is the common superclass for all component input classes. These are   * This is the common superclass for all component input classes. These are
47   * passed to listeners before the component, so that listeners can consume   * passed to listeners before the component, so that listeners can consume

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

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