Related to the question here. Is there any way to embed the system default browser rendering engine in a Netbeans RCP application? For example, on Windows I want IE system default to launch in the embedded browser. It seems easier to do in a C# .net app since we have the webbrowser control in the .net framework. Including controlling compatibility options.
I think JxBrowser is quite an expensive solution for just including IE (instead of the JDK default webkit) and people have still reported negative experiences.