summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--javax/swing/JCheckBoxMenuItem.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/javax/swing/JCheckBoxMenuItem.java b/javax/swing/JCheckBoxMenuItem.java
index 42ed9ced6..51634c93f 100644
--- a/javax/swing/JCheckBoxMenuItem.java
+++ b/javax/swing/JCheckBoxMenuItem.java
@@ -149,6 +149,7 @@ public class JCheckBoxMenuItem
this.state = state;
if (state == true)
this.setSelected(true);
+ setFocusable(false);
}
/**