Skip to content Skip to sidebar Skip to footer

Rendering (streaming) HTML Into Pane

My program generates results concurrently. I want to append each result, as soon as it enters the swing-thread, to a pane which shall render the result's html-fragment like:

Solution 1:

I never had the chance to try it, but seems that XHTMLRenderer may be useful to you.


Post a Comment for "Rendering (streaming) HTML Into Pane"