Search code examples
javaembedxulxulrunner

Embedding XULRunner application on Java


My goal is to get Limewire(JAVA) and Songbird(XULRunner) to run together.

I was thinking the best way is to run the XUL application(songbird) inside a JAVA swing panel. Is there another way?

Would it be better or possible to have the GUI entirely in XUL, and then access my JAVA objects somehow?

How would I go about doing this?

Thanks


Solution

  • Take a look at JRex, as it might let you peek into a couple of ideas.

    Other than that, I'd also research about Rhinohide as well.