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

Diff of /classpath/java/awt/List.java

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

revision 1.8 by tromey, Sun Mar 24 22:34:24 2002 UTC revision 1.9 by tromey, Sat Nov 9 23:23:25 2002 UTC
# Line 947  processEvent(AWTEvent event) Line 947  processEvent(AWTEvent event)
947  {  {
948    if (event instanceof ActionEvent)    if (event instanceof ActionEvent)
949      processActionEvent((ActionEvent)event);      processActionEvent((ActionEvent)event);
950    if (event instanceof ItemEvent)    else if (event instanceof ItemEvent)
951      processItemEvent((ItemEvent)event);      processItemEvent((ItemEvent)event);
952      else
953    super.processEvent(event);      super.processEvent(event);
954  }  }
955    
956  /*************************************************************************/  /*************************************************************************/

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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