2005-02-19 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Sat, 19 Feb 2005 09:30:03 +0000 (09:30 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Sat, 19 Feb 2005 09:30:03 +0000 (09:30 +0000)
* javax/swing/JTextField.java
(notfiyAction): Added javadoc.

From-SVN: r95276

libjava/ChangeLog
libjava/javax/swing/JTextField.java

index cabf8d6..2b9d160 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-19  Michael Koch  <konqueror@gmx.de>
+
+       * javax/swing/JTextField.java
+       (notfiyAction): Added javadoc.
+
 2005-02-19  Sven de Marothy  <sven@physto.se>
 
        * javax/swing/SpinnerDateModel.java: Implemented.
index e7c65d9..409e2a5 100644 (file)
@@ -83,6 +83,10 @@ public class JTextField extends JTextComponent
 
   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