Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 714
FredTheLover Avatar asked Oct 15 '22 18:10

FredTheLover


1 Answers

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.

like image 96
aldrinleal Avatar answered Oct 21 '22 07:10

aldrinleal