hi all, i need to validate the JTextField so that it should not take Characterinput without applying the KeyListener on JTextField. So plz let me know how we can achieve.
[191 byte] By [jaimatadi@12a] at [2007-11-27 5:33:59]
You don't use a KeyListener.You use a JFormattedTextField or a [url http://java.sun.com/docs/books/tutorial/uiswing/components/generaltext.html#filter]Document Filter[/url].