Many Swing components support embedded HTML, but I cannot find any official documentation on that subject. (Everything on Sun\'s pages about HTML seems to be targeted at JEd
I don't know exactly what tags are supported, but I would suggest that you restrict yourself to bold/italics (or even better strong/em assuming it supports them) and img tags. Anything else is likely to cause headaches, and probably means you're stuffing too much into that component.