2005-02-19 Michael Koch <konqueror@gmx.de>

* javax/swing/JTextField.java
	(notfiyAction): Added javadoc.

From-SVN: r95276
This commit is contained in:
Michael Koch 2005-02-19 09:30:03 +00:00 committed by Michael Koch
parent f10a665465
commit a74b85d0a4
2 changed files with 9 additions and 0 deletions

View 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