CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Lillian Angel <[EMAIL PROTECTED]> 05/08/12 17:56:48
Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTreeUI.java Log message: 2005-08-12 Lillian Angel <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicTreeUI.java (getCellLocation): Added in a check to make sure the node has children. Fixed loop to use post-increment. (paintRecursive): Fixed loop to use post-increment. (paintControlIcons): Likewise. (getNextNode): Fixed check to make sure that node has children. (getPreviousSibling): Added in check to make sure index is in correct range. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4401&tr2=1.4402&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicTreeUI.java.diff?tr1=1.59&tr2=1.60&r1=text&r2=text