/[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.14 by rabbit78, Fri May 27 21:12:45 2005 UTC revision 1.15 by rabbit78, Mon Jun 20 14:35:53 2005 UTC
# Line 319  public class ImageIcon Line 319  public class ImageIcon
319    {    {
320      try      try
321        {        {
322          tracker.addImage(image, id);          tracker.addImage(image, id);
323          id++;          id++;
324          tracker.waitForID(id - 1);          tracker.waitForID(id - 1);
325        }        }
326      catch (InterruptedException ex)      catch (InterruptedException ex)
327        {        {
328          ; // ignore this for now          ; // ignore this for now
329        }        }
330      finally      finally
331        {        {
332          loadStatus = tracker.statusID(id - 1, false);          loadStatus = tracker.statusID(id - 1, false);
333        }        }
334    }    }
335    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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