classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: ToolTip fix


From: Lillian Angel
Subject: [cp-patches] Patch: ToolTip fix
Date: Wed, 16 Nov 2005 16:35:41 -0500

This fixes tooltips. In the case that a component is exited and
re-entered, the tooltip should appear right away.

2005-11-16  Lillian Angel  <address@hidden>

        Fixes PR classpath/<PR24763>
        * javax/swing/ToolTipManager.java
        (mouseEntered): showTip should be called if exitTimer is 
        running. This means that the mouse has exited and re-entered a 
        component in less than 500ms.
        (mouseExited): If enterTimer is not running, the exitTimer 
        should be started no matter what.
        (showTip): Should not show tool tip if the currentComponent is
        not showing.

Attachment: patch.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]