commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...


From: Anthony Balkissoon
Subject: [commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...
Date: Thu, 28 Jul 2005 11:34:33 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Anthony Balkissoon <address@hidden>     05/07/28 15:34:33

Modified files:
        .              : ChangeLog 
        javax/swing/plaf/basic: BasicListUI.java 

Log message:
        2005-07-28  Anthony Balkissoon  <address@hidden>
        
        * javax/swing/plaf/basic/BasicListUI.java:
        (KeyHandler.keyPressed): Replaced calls to KeyEvent.isShiftDown() and
        isControlDown() with comparisons of KeyEvent.getModifiers() and
        InputEvent.SHIFT_MASK and CTRL_MASK.
        (MouseInputHandler.mouseClicked): Reordered SHIFT and CTRL modifier
        actions to correspond to JDK.  Note the JDK simply ignores other
        modifiers so isShiftDown() and isControlDown() are okay for mouse
        input.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4278&tr2=1.4279&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicListUI.java.diff?tr1=1.28&tr2=1.29&r1=text&r2=text





reply via email to

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