CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Lillian Angel <[EMAIL PROTECTED]>       05/10/17 18:47:17

Modified files:
        .              : ChangeLog 
        javax/swing/plaf/basic: BasicTreeUI.java 
        javax/swing/plaf/metal: MetalTreeUI.java 

Log message:
        2005-10-17  Lillian Angel  <[EMAIL PROTECTED]>
        
        * javax/swing/plaf/basic/BasicTreeUI.java
        (installUI): Moved call to installKeyboardActions and Listeners
        to before expansion of root.
        (paint): Added check to make sure the cached visible path is updated.
        (treeExpanded): Added call to update visible path.
        (treeCollapsed): Likewise.
        (treeNodesChanged): Likewise.
        (treeNodesInserted): Likewise.
        (treeNodesRemoved): Likewise.
        (treeStructureChanged): Likewise.
        (paintRecursive): Moved code to paintRow.
        (paintControlIcons): Fixed to paint custom control icons properly.
        (paintExpandControl): Removed unneeded parameter.
        (paintRow): Added code to paint the row with the correct width.
        * javax/swing/plaf/metal/MetalTreeUI.java
        (installUI): Moved code to expand the root after all the listeners
        have been initialized.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5251&tr2=1.5252&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicTreeUI.java.diff?tr1=1.99&tr2=1.100&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/metal/MetalTreeUI.java.diff?tr1=1.9&tr2=1.10&r1=text&r2=text



Reply via email to