Rich text in a JGoTextNode

Hello,
I’m pretty new with JGo and I need to figure out a way to make the text in a JGoTextNode rich text, where the user can make each individual word bold or underlined or whatever.

The default JGoText supports these things, but only for the entire text string AFAIK. Any suggestions on where to start?

Thanks,
Adam

Yes, that’s right – JGoText applies color and font attributes et al. to the whole string.

Unfortunately I don't have an easy answer for you. There might be a way to make use of javax.swing.text views, hosted by JGoControls, but that will require significant work. I suppose things could be easier if you don't have to worry about editing -- i.e. display only. Although even there you would need to worry about printing.