Search Results

3
votes

Is there a way to embed a browser in Java?

You could use SWT for your GUI. Its Browser control allows you to embed IE, Mozilla or Safari (depending on the platform you're running in) …