If I want user to input just 10 characters or digits, no more or
no less. How could I do???
Printable View
If I want user to input just 10 characters or digits, no more or
no less. How could I do???
There is an example of this in the java tutorial:
http://java.sun.com/docs/books/tutor...tml#validation
Hope this helps you.
Good Luck,
Avi.
Thanks.
I will try!