/[classpath]/classpath/java/awt/dnd/DropTargetContext.java
ViewVC logotype

Diff of /classpath/java/awt/dnd/DropTargetContext.java

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

revision 1.6 by tromey, Sun Mar 23 05:40:57 2003 UTC revision 1.6.2.1 by gnu_andrew, Mon Jan 10 18:25:46 2005 UTC
# Line 1  Line 1 
1  /* DropTargetContext.java --  /* DropTargetContext.java --
2     Copyright (C) 2002, 2003 Free Software Foundation     Copyright (C) 2002, 2003, 2005 Free Software Foundation
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package java.awt.dnd;  package java.awt.dnd;
39    
 import java.awt.dnd.peer.DropTargetContextPeer;  
40  import java.io.Serializable;  import java.io.Serializable;
41  import java.io.IOException;  import java.io.IOException;
42  import java.awt.Component;  import java.awt.Component;
# Line 49  import java.util.List; Line 48  import java.util.List;
48    
49  /**  /**
50   * @author Michael Koch <konqueror@gmx.de>   * @author Michael Koch <konqueror@gmx.de>
51     * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
52   * @since 1.2   * @since 1.2
53   */   */
54  public class DropTargetContext implements Serializable  public class DropTargetContext implements Serializable

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

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