line break on text attribute

I have a section where I need to type text. Is there a way to break the text to the next line instead of continuing horizontally across the area.

for example I have a box and can fit 24 letters across, If i want to type 30 letters it stretches out of the box and into the next box. I am looking for a way to type 24 letters, then something like
or something that puts the next 6 letters below the first 24.

Any suggestions welcome

Java Swing components have limited HTML support built in.

Try

line1
line2

Brent.


Messages mailing list
Messages@forums.vassalengine.org
forums.vassalengine.org/mailman/ … engine.org

Post generated using Mail2Forum (mail2forum.com)

thank you! that works like a charm!