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

Diff of /classpath/java/awt/Event.java

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

revision 1.4 by mkoch, Thu Nov 7 09:26:11 2002 UTC revision 1.5 by mark, Thu Jul 22 19:45:38 2004 UTC
# Line 163  public class Event implements java.io.Se Line 163  public class Event implements java.io.Se
163    
164    protected String paramString ()    protected String paramString ()
165    {    {
166      return "id=" + id + ",x=" + x + ",y=" + y + "target=" + target;      return "id=" + id + ",x=" + x + ",y=" + y
167          + ",target=" + target + ",arg=" + arg;
168    }    }
169    
170    public boolean shiftDown()    public boolean shiftDown()

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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