CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Anthony Balkissoon <[EMAIL PROTECTED]> 05/08/16 17:46:21
Modified files: . : ChangeLog javax/swing/plaf/basic: BasicLookAndFeel.java BasicTableUI.java Log message: 2005-08-16 Anthony Balkissoon <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicLookAndFeel.java: (initComponentDefaults): Fixed typo. * javax/swing/plaf/basic/BasicTableUI.java: (installKeyboardActions): Replaced calls to registerKeyboardAction with additions to an explicit InputMap-ActionMap pair and then set this pair as the parent pair to the JTable's. This matches the JDK where the UI Input-Action pairs are the parents of the component's. (ActionListenerProxy): New class. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4437&tr2=1.4438&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java.diff?tr1=1.45&tr2=1.46&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicTableUI.java.diff?tr1=1.22&tr2=1.23&r1=text&r2=text