Hi Devi,

I think that if you use a recent version of SWT and if a Webkit browser is installed, then that would be used.
But... I don't know the state of this support. Java client applications are less and less developed, so this project might be getting a bit obsolete.

To force the use of Webkit, you might have to set this system property:
nativeswing.webbrowser.runtime=webkit

The requirements for SWT to load Webkit are explained here:
https://www.eclipse.org/swt/faq.php#howusewebkit

Hope this helps,
-Christopher