hi
is it possible to limit the lenght of a JtextField?
thanks
Printable View
hi
is it possible to limit the lenght of a JtextField?
thanks
Use a DocumentFilter. Read the section from the Swing tutorial on "Text Component Features" for a working example.