commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath ./ChangeLog javax/swing/MenuSelection...


From: Thomas Fitzsimmons
Subject: [commit-cp] classpath ./ChangeLog javax/swing/MenuSelection...
Date: Wed, 18 May 2005 12:02:19 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Thomas Fitzsimmons <address@hidden>     05/05/18 16:02:19

Modified files:
        .              : ChangeLog 
        javax/swing    : MenuSelectionManager.java 
        javax/swing/plaf/basic: BasicPopupMenuUI.java 

Log message:
        2005-05-18  Olga Rodimina  <address@hidden>
        
        * javax/swing/MenuSelectionManager.java
        (processMouseEvent): Clear selected path if the mouse was released
        over non-menu component.
        * javax/swing/plaf/basic/BasicPopupMenuUI.java
        (Constructor): Removed initialization of mouseInputListener.
        (installListeners): Do not add mouseInputListener to this popup
        menu. Instead it will be added to the root container of the popup
        menu.
        (uninstallListeners): Remove code that removed mouseInputListener
        from popupMenu.
        (popupMenuWillBecomeInvisible): If this popup menu is the last
        menu on the screen, then stop interrupting mouse events through
        the glass pane.
        (popupMenuWillBecomeVisible): Add mouseInputListener to glass pane
        if it was not added before and make glass pane visible in order to
        interrupt mouse evevents.
        (MouseInputHandler): Close menu hierarchy if the mouse was clicked
        on non menu component.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.3638&tr2=1.3639&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/MenuSelectionManager.java.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicPopupMenuUI.java.diff?tr1=1.8&tr2=1.9&r1=text&r2=text





reply via email to

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