Embedding Gecko/WebKit in Java

You could use JxBrowser. It features a Swing/JavaFX component that wraps the Chromium engine while providing a rich API and out-of-the-box hardware-acceleration through the GPU. Unfortunately, they’ve dropped support for other engines (like Gecko and WebKit) since 4.0 version. Note that it’s not free, except for open-source projects.

How to embed a browser object, other than IE, in a Delphi application

TWebBrowser is IE. It is not a plugable construction for browsers. You can have other browsers integrated in your application. See http://www.adamlock.com/mozilla/ http://delphi.mozdev.org/articles/taming_the_lizard_with_delphi.html http://ftp.newbielabs.com/Delphi%20Gecko%20SDK/ Time has moved on This answer is from ’08 and since then time has moved on. The links don’t work anymore and there are probably better alternatives now.

Force visible scrollbar in Firefox on Mac OS X

As user thirtydot explained in another question, there is no way to customize scrollbars in Firefox as its possible in Chrome. Also, there is no way to actually “force” Firefox render the old-style scrollbar since the default scrollbar used in the system is predefined by the OS itself (note that you can modify which scrollbar … Read more

Is there an embeddable Webkit component for Windows / C# development? [closed]

I’ve just release a pre-alpha version of CefSharp my .Net bindings for the Chromium Embedded Framework. Check it out and give me your thoughts: https://github.com/chillitom/CefSharp (binary libs and example available in the downloads page) update: Released a new version, includes the ability to bind C# objects into the DOM and more. update 2: no-longer alpha, … Read more