Possible Duplicate:
Is there any way to accept only numeric values in a JTextField?
There any functionality on the JTextField of Swing that allow only positive numbers inside a range of numbers?
Example: I can only enter numbers between 10 and 30. Numbers out of this range will not even appear in the field.