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

Diff of /classpath/java/awt/AWTEvent.java

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

revision 1.12.2.1 by gnu_andrew, Sat Feb 19 10:50:28 2005 UTC revision 1.12.2.2 by gnu_andrew, Sun Mar 13 14:38:34 2005 UTC
# Line 1  Line 1 
1  /* AWTEvent.java -- the root event in AWT  /* AWTEvent.java -- the root event in AWT
2     Copyright (C) 1999, 2000, 2002 Free Software Foundation     Copyright (C) 1999, 2000, 2002, 2005 Free Software Foundation
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 246  public abstract class AWTEvent extends E Line 246  public abstract class AWTEvent extends E
246      else if (source instanceof MenuComponent)      else if (source instanceof MenuComponent)
247        string = getClass ().getName () + "[" + paramString () + "] on "        string = getClass ().getName () + "[" + paramString () + "] on "
248          + ((MenuComponent) source).getName ();          + ((MenuComponent) source).getName ();
249        else
250          string = getClass ().getName () + "[" + paramString () + "] on "
251        + source;
252    
253      return string;      return string;
254    }    }

Legend:
Removed from v.1.12.2.1  
changed lines
  Added in v.1.12.2.2

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