Re: Embedding XULRunner _application_ in Java

"Clemens Eisserer" <[email protected]> Fri, 2 Nov 2007 11:36:29 +0100
Newsgroups gmane.comp.mozilla.devel.oji
Message-ID <[email protected]>
Hi again,

> That would equivalent to "running" a whole Firefox inside a AWT Canvas !
> Is that kind of thing possible ?
>
> I'll have a look at how all these Mozilla embedding solutions actually
> works "in their internals".
Of course its possible - at least it was with Mozilla, and because new
firefox-builds are also based on xulrunner as far as I know I don't
see why it should not work.
However I would directly use FireFoc instead of XULRunner, it has all
the interface/js files already to run the browser-interface.

lg Clemens