While working in Netbeans IDE, Amit wants that the text in a Text area should move to the next line without breaking the word.
Answers
Answered by
0
Amit can use setLineWrap(true) and setWrapStyleWord(true) for this Purpose.
Similar questions