Re: Embedding XULRunner _application_ in Java
"Clemens Eisserer" <[email protected]> Fri, 2 Nov 2007 11:36:29 +0100
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <194f62550711020336l465f8c3ex5cd245ac6ec916b5__4301.20395399189$1193999833$gmane$org@mail.gmail.com> |
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