how can i embed a web browser within a java application?
Thanks, David
how can i embed a web browser within a java application?
Thanks, David
There are a number of alternatives:
And a few more that don't seem to be under active development.
Flying Saucer is small and renders pretty well regular HTML pages
If you need a pure Java solution then you can use JWebEngine. Its the best pure Java solution currently available.