Restricting JTextField input
Hello,
New to swing programing, and I want to restrict the type of input accepted in a JTextField. For example, I want to only allow numeric characters. I tried changing the value on a caret event, but quickly realized that is not a good thing.
Any suggestions?
Thanks
evster

