[cp-patches] FYI: BasicTreeUI fix

2007-04-03 Thread Roman Kennke
This fixes BasicTreeUI.getPathBounds() to also consider the tree's insets, plus it adds a bunch of null checks for safety (all of this stuff is public API and can thus be overridden to return null, so...). 2007-04-03 Roman Kennke [EMAIL PROTECTED] *

Re: [cp-patches] FYI: BasicTreeUI fix

2005-10-18 Thread Lillian Angel
Noticed the expanded and collapsed icon defaults were set to the wrong icons. Fixed this and reworked mousePressed to work with these changes. 2005-10-18 Lillian Angel [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTreeUI.java: Removed leafIcon field. (BasicTreeUI):

Re: [cp-patches] FYI: BasicTreeUI fix

2005-10-17 Thread Lillian Angel
Now this is completely fixed. 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

[cp-patches] FYI: BasicTreeUI fix

2005-08-16 Thread Anthony Balkissoon
This patch makes JTable key registrations match the JDK in that the UI InputMap-ActionMap pair is registered as the parents of the JTable's InputMap-ActionMap pair. Patch is attached. 2005-08-16 Anthony Balkissoon [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicLookAndFeel.java: