CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Lillian Angel <[EMAIL PROTECTED]> 05/10/06 19:26:31
Modified files: . : ChangeLog javax/swing : JTree.java javax/swing/plaf/basic: BasicTreeUI.java Log message: 2005-10-06 Lillian Angel <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicTreeUI.java (startEditing): Should always change the bounds, whenever we start editing. (paintRow): Fixed location where editing component should be drawn. The constant takes care of the space around the icon. * javax/swing/JTree.java (JTree): Called updateUI first so currentVisiblePath is cached right away. Prevents NPEs. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5136&tr2=1.5137&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JTree.java.diff?tr1=1.43&tr2=1.44&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicTreeUI.java.diff?tr1=1.87&tr2=1.88&r1=text&r2=text