Enable line wrapping in JTextAreas
Brought to you by:
doergn
Just a minor, cosmetic issue, but it would be nice to have line wrapping enabled in all text areas, so that one does not need to scroll horizontally if the length of a paragraph exceeds the text area's width.
setLineWrap(true) on each JTextArea should do the trick.
Thanks! Good idea. Will include this into next version.
Best
Dirk
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 21 days (the time period specified by
the administrator of this Tracker).
Fixed with next version (1.1xx)