We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffb2c8 commit 737bd2cCopy full SHA for 737bd2c
source/ListAction.java
@@ -5,7 +5,7 @@
5
* Add an Action to a JList that can be invoked either by using
6
* the keyboard or a mouse.
7
*
8
- * By default the Enter will will be used to invoke the Action
+ * By default the Enter key will will be used to invoke the Action
9
* from the keyboard although you can specify and KeyStroke you wish.
10
11
* A double click with the mouse will invoke the same Action.
@@ -84,3 +84,4 @@ public void mousePressed(MouseEvent e) {}
84
85
public void mouseReleased(MouseEvent e) {}
86
}
87
+
0 commit comments