Index: javax/swing/ImageIcon.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/ImageIcon.java,v
retrieving revision 1.25
diff -u -r1.25 ImageIcon.java
--- javax/swing/ImageIcon.java	20 Apr 2006 10:20:47 -0000	1.25
+++ javax/swing/ImageIcon.java	6 May 2006 19:53:14 -0000
@@ -288,12 +288,12 @@
   }
 
   /**
-   * Creates an ImageIcon from the given URL without any description
-   * set.
+   * Creates an ImageIcon from the given URL and sets the description
+   * to the URL String representation.
    */
   public ImageIcon(URL url)
   {
-    this(url, null);
+    this(url, url.toString());
   }
 
   /**
