JTextArea
Does anyone know how to have a JTextArea sitting in a JPane get larger when enough characters are added to a line, or whenever the return key is pressed. Right now I have the JTextArea accepting all of my input but the JPane never dynamically resizes itself so this information can be viewied. Any ideas?
