I am using JSoup to parse certain web pages. However, I also want to display the pages to the user, while I parse the HTML content of the page in the background.
JSoup is awesome for HTML parsing etc., but does not seem to have a GUI component. What are the recommended ways to plug in a GUI component to display web pages that I am parsing with JSoup?