help!how set JTextField's maxsize?

if i want to let max length of JTextField's text to be 5.how to do?
[89 byte] By [blackcat2001] at [2007-9-26 2:44:55]
# 1
You can set the document of your JTextField so that it does not accept text length higher than 5see http://java.sun.com/docs/books/tutorial/uiswing/components/generaltext.htmlCustomizing a document
Titie at 2007-6-29 10:25:54 > top of Java-index,Archived Forums,Swing...