/[classpath]/classpath/javax/swing/event/HyperlinkEvent.java
ViewVC logotype

Diff of /classpath/javax/swing/event/HyperlinkEvent.java

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

revision 1.2 by aselkirk, Thu Apr 25 04:25:46 2002 UTC revision 1.3 by mkoch, Sun Jun 8 12:14:56 2003 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package javax.swing.event;  package javax.swing.event;
40    
41  // Imports  import java.net.URL;
42  import java.net.*;  import java.util.EventObject;
43  import java.util.*;  import javax.swing.text.Element;
44    
45  /**  /**
46   * HyperlinkEvent   * HyperlinkEvent
47   * @author Andrew Selkirk   * @author Andrew Selkirk
48   * @author Ronald Veldema   * @author Ronald Veldema
49   */   */
50  public class HyperlinkEvent extends EventObject {  public class HyperlinkEvent extends EventObject
51    {
52    
53          //-------------------------------------------------------------          //-------------------------------------------------------------
54          // Classes ----------------------------------------------------          // Classes ----------------------------------------------------

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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