CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Lillian Angel <[EMAIL PROTECTED]> 05/09/19 19:42:22
Modified files: . : ChangeLog javax/swing : ToolTipManager.java javax/swing/plaf/basic: BasicTreeUI.java Log message: 2005-09-19 Lillian Angel <[EMAIL PROTECTED]> * javax/swing/ToolTipManager.java: Changed tooltip to be JDialog (no entry in taskbar), instead of JWindow. (actionPerformed): No need to start timer here. (mouseEntered): No need to call showTip here, it is called when the timer fires. (showTip): Shouldn't show tip if it is already visible or the current component is not showing. * javax/swing/plaf/basic/BasicTreeUI.java (getRowForPath): Re-implemented. (mousePressed): Call getRowForPath instead, also added a check in for leaf icons. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4872&tr2=1.4873&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/ToolTipManager.java.diff?tr1=1.13&tr2=1.14&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicTreeUI.java.diff?tr1=1.79&tr2=1.80&r1=text&r2=text