/[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.3 by egagnon, Sun Aug 11 20:08:43 2002 UTC revision 1.4 by mkoch, Wed Jun 25 04:36:31 2003 UTC
# Line 159  public class BasicListUI extends ListUI Line 159  public class BasicListUI extends ListUI
159                  a.y += dim.height + gap_between_cells;                  a.y += dim.height + gap_between_cells;
160              }              }
161      }      }
 }  
   
   
   
   
   
   
   
162    
163      public int locationToIndex(JList list, Point location)
164      {
165        throw new Error ("Not implemented");
166      }
167    
168      public Point indexToLocation(JList list, int index)
169      {
170        throw new Error ("Not implemented");
171      }
172    
173      public Rectangle getCellBounds(JList list, int index1, int index2)
174      {
175        throw new Error ("Not implemented");
176      }
177    }

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

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