JTextArea setWrapStyleWord

K

Kevin Munro

Hello,

If I set up a new JTextArea and set the setWrapStyleWord() method to true
then any text I enter into the JTextArea wraps fine.

But, if I pass in some text programmatically then it doesn't wrap as if I'd
just entered it.

Any advice?

Cheers, Kevin.
 
M

Matthew Zimmer

Kevin said:
Hello,

If I set up a new JTextArea and set the setWrapStyleWord() method to true
then any text I enter into the JTextArea wraps fine.

But, if I pass in some text programmatically then it doesn't wrap as if I'd
just entered it.

Any advice?

Cheers, Kevin.

Try calling setLineWrap(true) on your JTextArea in addition to
setWrapStyleWord(). I've found in the past that both are often needed
to make it work properly.

Matthew
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top