Is there such a program that will allow a web browser to be contained within a java swing form?
I would like to be able to script events so that auto logins and repetitive functions to a web page can be interacted with from my program.
In VB Net i've used the web browser component (it seems to open an instance of IE in a form) which does exactly that but am looking for something in Java now since migrating.