Is there a way to embed a browser in Java?

browser, cross-platform, java

Solution

Since JavaFX 2.0 you can use now webview

Problem

Is there a way to embed a browser in Java? more specifically, is there a library that can emulate a browser?

Original source

Related problems