Re: [cp-patches]: Patch: JTree, ToolTipManager, JMenuItem fixes

2005-09-27 Thread Lillian Angel
Fixed validating of ToolTips again, this now works well with Roman's new patches. 2005-09-26 Lillian Angel [EMAIL PROTECTED] * javax/swing/ToolTipManager.java (showTip): Removed validating of currentTip. setVisible(true) does this. Also, removed validating of

[cp-patches]: Patch: JTree, ToolTipManager, JMenuItem fixes

2005-09-26 Thread Lillian Angel
I have started to work on getting the accelerators in Menus to work. The change I made in JMenuItem currently has no effect just yet. 2005-09-26 Lillian Angel [EMAIL PROTECTED] * javax/swing/JTree.java (JTree): Root should be visible by default. *