CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <[EMAIL PROTECTED]> 06/01/05 22:53:18
Modified files: javax/swing/plaf/basic: BasicListUI.java . : ChangeLog Log message: 2006-01-05 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicListUI.java (getCellHeight): New helper method. (getCellBounds): Use new helper method for determining the cell height. (paint): Don't call list.indexToLocation() but instead call directly into the same UI method. (locationToIndex): Fixed calculation of # visible rows and handling of cell heights. (indexToLocation): Fixed calculation of # visible rows and handling of cell heights. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicListUI.java.diff?tr1=1.48&tr2=1.49&r1=text&r2=text http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5951&tr2=1.5952&r1=text&r2=text