JTextArea
Can somebody tell me how to make a JTextArea which automatically resizes its self according to the size of the text written to it?
Can somebody tell me how to make a JTextArea which automatically resizes its self according to the size of the text written to it?
why? just put you jtextarea in a scrollpane.
Thanks alot