I need JTextArea, not JFormattedTextField, because I want 3 lines and on each lines one digits, how can I do it?
Extract the Document from the JTextArea, cast it to a PlainDocument and then add a DocumentFilter to the Document, filtering out all un-allowed input.
Please click this link for the Document Filter Tutorial.
For an example of the opposite, a DocumentFilter which prevents the user from typing numbers into the document, please see: Using DocumentFilter.FilterBypass. It would be easy to adapt this to your needs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With