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

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top