[Patch] javax.swing.JTextField.notifyAction
Michael Koch
konqueror@gmx.de
Sat Feb 19 18:13:00 GMT 2005
Hi list,
I just commited the attached patch under the "obvious"-rule to merge one
more Swing class with classpath CVS.
Michael
2005-02-19 Michael Koch <konqueror@gmx.de>
* javax/swing/JTextField.java
(notfiyAction): Added javadoc.
-------------- next part --------------
Index: javax/swing/JTextField.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/javax/swing/JTextField.java,v
retrieving revision 1.9
diff -u -r1.9 JTextField.java
--- javax/swing/JTextField.java 17 Feb 2005 07:48:52 -0000 1.9
+++ javax/swing/JTextField.java 19 Feb 2005 09:29:40 -0000
@@ -83,6 +83,10 @@
private static final Action[] actions;
+ /**
+ * Name of the action that gets sent when the content of the text field
+ * gets accepted.
+ */
public static final String notifyAction = "notify-field-accept";
static
More information about the Java-patches
mailing list