Commit a74b85d0 by Michael Koch Committed by Michael Koch

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

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

From-SVN: r95276
parent f10a6654
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment