Computer Science, asked by samkhan8889, 1 year ago

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 atharva97
0

Amit can use setLineWrap(true) and setWrapStyleWord(true) for this Purpose.

Similar questions