/[classpath]/classpath/javax/swing/ImageIcon.java
ViewVC logotype

Diff of /classpath/javax/swing/ImageIcon.java

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

revision 1.9.2.7 by gnu_andrew, Sat Sep 10 15:31:48 2005 UTC revision 1.9.2.8 by gnu_andrew, Wed Nov 2 00:43:44 2005 UTC
# Line 73  public class ImageIcon Line 73  public class ImageIcon
73       */       */
74      protected AccessibleImageIcon()      protected AccessibleImageIcon()
75      {      {
76          // Nothing to do here.
77      }      }
78    
79      /**      /**
# Line 204  public class ImageIcon Line 205  public class ImageIcon
205    private static final long serialVersionUID = 532615968316031794L;    private static final long serialVersionUID = 532615968316031794L;
206    
207    /** A dummy Component that is used in the MediaTracker. */    /** A dummy Component that is used in the MediaTracker. */
208    protected static Component component = new Component(){};    protected static Component component = new Component()
209      {
210        // No need to implement this.
211      };
212    
213    /** The MediaTracker used to monitor the loading of images. */    /** The MediaTracker used to monitor the loading of images. */
214    protected static MediaTracker tracker = new MediaTracker(component);    protected static MediaTracker tracker = new MediaTracker(component);
# Line 227  public class ImageIcon Line 231  public class ImageIcon
231     */     */
232    public ImageIcon()    public ImageIcon()
233    {    {
234        // Nothing to do here.
235    }    }
236    
237    /**    /**
# Line 417  public class ImageIcon Line 422  public class ImageIcon
422        }        }
423      catch (InterruptedException ex)      catch (InterruptedException ex)
424        {        {
425          ; // ignore this for now          // Ignore this for now.
426        }        }
427      finally      finally
428        {        {

Legend:
Removed from v.1.9.2.7  
changed lines
  Added in v.1.9.2.8

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