Hey,

This is one of the classes that sets 'focusable' to false.  I will be
committing the mauve test soon.  Could someone please approve this for
me so that I can commit it.

Cheers,
Tania

        2006-06-15  Tania Bento  <[EMAIL PROTECTED]>

        * javax/swing/JCheckBoxMenuItem.java
        (JCheckBoxMenuItem): Should set 'focusable' to false.

Index: javax/swing/JCheckBoxMenuItem.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/JCheckBoxMenuItem.java,v
retrieving revision 1.18
diff -u -r1.18 JCheckBoxMenuItem.java
--- javax/swing/JCheckBoxMenuItem.java	14 Jun 2006 14:12:50 -0000	1.18
+++ javax/swing/JCheckBoxMenuItem.java	15 Jun 2006 17:46:34 -0000
@@ -149,6 +149,7 @@
     this.state = state;
     if (state == true)
       this.setSelected(true);
+    setFocusable(false);
   }
 
   /**

Reply via email to