/[classpath]/classpath/javax/swing/plaf/basic/BasicListUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicListUI.java

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

revision 1.8 by mark, Thu Jul 22 19:45:39 2004 UTC revision 1.9 by mark, Sat Jul 31 22:56:54 2004 UTC
# Line 685  public class BasicListUI extends ListUI Line 685  public class BasicListUI extends ListUI
685        {        {
686          Rectangle bounds = getCellBounds(list, row, row);          Rectangle bounds = getCellBounds(list, row, row);
687          if (bounds.intersects(clip))          if (bounds.intersects(clip))
688          paintCell(g, row, bounds, render, model, sel, lead);            paintCell(g, row, bounds, render, model, sel, lead);
689        }        }
690    }    }
691    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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