Nov 26th, 2000, 12:19 AM
I'd like to have wrapping text that I can assign Listeners to the wrapped text, so I don't think that a TextArea would do, since the text with the Listener would be a substring of a TextArea. Perhaps javax.swing.text.WrappedPlainView is the answer. Has anyone worked with that? How is it used?
If a Label would wrap, then I think that is all I would need. I was thinking of extending Label, but that might get complex, so I'm looking "on the shelf" right now.
If a Label would wrap, then I think that is all I would need. I was thinking of extending Label, but that might get complex, so I'm looking "on the shelf" right now.