Please,HELP ME!!  
Author Message
frankina





PostPosted: 2006-6-22 17:09:00 Top

java-programmer, Please,HELP ME!! Safe to all.. I have had an urgent need of sapre in that manner I can
create a message of mistake in the case in which a JTextField
contains numbers! I do not know if I have explained, in practice I want
ke in this Jtext alone characters are contained and not
numbers!!! how I do?

 
Thomas Fritsch





PostPosted: 2006-6-22 18:58:00 Top

java-programmer >> Please,HELP ME!! frankina wrote:
> Safe to all.. I have had an urgent need of sapre in that manner I can
> create a message of mistake in the case in which a JTextField
> contains numbers! I do not know if I have explained, in practice I want
> ke in this Jtext alone characters are contained and not
> numbers!!! how I do?
>
Here is an article about the topic "Validating text and filtering
documents": <http://java.sun.com/developer/JDCTechTips/2005/tt0518.html>
It gives several solutions to problems like yours.

--
Thomas