Java Cookbook Recipe 13.x - Formatting Text in a GUI application

Problem

You want to format text to fit a certain line length in a GUI application.

Solution

(See JabberPoint.ShowView for details)

Discussion

...

See Also

For plain character formatting in a console or line-printer application, see the Fmt class presented in Chapter X, Strings.