Hello, can anyone help me with a method that check so you only can type a-z and A-Z in a JTextField. What classes/methods should i check on?
Printable View
Hello, can anyone help me with a method that check so you only can type a-z and A-Z in a JTextField. What classes/methods should i check on?
There's a formatted text field or for just limiting what can be typed a document filter which is attached to the document representing the text in the text field.
Moved from 'New to Java'
db