I'm interested in displaying HTML text (using CSS) in a Java app. What options do I have?
Although I don't use SWT in my app, I see SWT provides an interface to a WebKit browser on all platforms. Is there a way I can use SWT's WebKit integration to ask it to render the text in an image that I can reuse?