| Author |
Regarding TextBox validation in Swing
|
Nodappa Hero
Greenhorn
Joined: Apr 06, 2003
Posts: 1
|
|
Hi I have got a problem. I want user to be restricted for entering only numeric characters into the textbox. Any pointers on this. Nodappa
|
 |
Avi Abrami
Ranch Hand
Joined: Oct 11, 2000
Posts: 1112
|
|
Hi Nodappa, In case you haven't already seen it, I think the following section of the Java Tutorial is relevant: http://java.sun.com/docs/books/tutorial/uiswing/components/textfield.html And if you are using java version 1.4, then I think this (other) section of the Java Tutorial is also relevant: http://java.sun.com/docs/books/tutorial/uiswing/components/formattedtextfield.html Hope this helps. Good Luck, Avi.
|
 |
 |
|
|
subject: Regarding TextBox validation in Swing
|
|
|