I am looking for a way to integrate a webpage into my java swing based application. The page uses HTML and absolutely requires Javascript to be enabled to function properly, so I won't be able to use something like a JEditorPane.
I've heard rumors of a JWebPane, but can't find any documentation on the subject. I also have no ability to afford something like JxBrowser, even though that looks like something that would work perfectly for what I want to do.
Does anyone have any advice on how I could display a webpage in a Java app without dropping more than a grand?