CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Lillian Angel <[EMAIL PROTECTED]> 05/09/20 21:11:59
Modified files: . : ChangeLog javax/swing : ToolTipManager.java javax/swing/plaf/basic: BasicMenuBarUI.java Log message: 2005-09-20 Lillian Angel <[EMAIL PROTECTED]> * javax/swing/ToolTipManager.java (mouseMoved): Removed unneeded code. If the mouse moves into another component, then mouseEntered would do the same thing. Otherwise, it is not needed. (showTip): Fixed so that the containerPanel is an instance of Panel. Made code more efficent. Tooltips were causing weird problems with the JMenus. (getGoodPoint): Fixed to return a better location. * javax/swing/plaf/basic/BasicMenuBarUI.java (mouseClicked): Fixed to prevent a NPE. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4892&tr2=1.4893&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/ToolTipManager.java.diff?tr1=1.14&tr2=1.15&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicMenuBarUI.java.diff?tr1=1.11&tr2=1.12&r1=text&r2=text