Continuation of commit 19c060e
This commit is contained in:
parent
19c060ea70
commit
ce63cd71f5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import javax.swing.text.PlainDocument;
|
||||||
/**
|
/**
|
||||||
* A Document thats restricts characters based on a regex.
|
* A Document thats restricts characters based on a regex.
|
||||||
*
|
*
|
||||||
* @see JTextField.setDocument(javax.swing.text.Ducument)
|
* @see javax.swing.JTextField.setDocument(javax.swing.text.Ducument)
|
||||||
*/
|
*/
|
||||||
public class RegexDocument extends PlainDocument {
|
public class RegexDocument extends PlainDocument {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue