Re: [cp-patches]: Patch: JTree fix

2005-10-13 Thread Lillian Angel
Fixed more NPEs. It appears that after the latest painting fixes, editing does not paint properly :( I will look into this.\ 2005-10-13 Lillian Angel [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTreeUI.java (getPreferredSize): Added check to prevent NPE.

Re: [cp-patches]: Patch: JTree fix

2005-10-12 Thread Mark Wielaard
Hi Lillian, On Wed, 2005-10-05 at 17:28 -0400, Lillian Angel wrote: Fixed up BasicTreeUI because it was not efficent when painting. 2005-10-05 Lillian Angel [EMAIL PROTECTED] * javax/swing/plaf/metal/MetalTreeUI.java (installUI): Fixed to call toggleExpandState instead.

[cp-patches]: Patch: JTree fix

2005-10-05 Thread Lillian Angel
Fixed up BasicTreeUI because it was not efficent when painting. 2005-10-05 Lillian Angel [EMAIL PROTECTED] * javax/swing/plaf/metal/MetalTreeUI.java (installUI): Fixed to call toggleExpandState instead. * javax/swing/plaf/basic/BasicTreeUI.java (getPathForRow):