Embedding XULRunner application on Java

前端 未结 6 2194
天命终不由人
天命终不由人 2021-01-01 03:30

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

6条回答
  •  失恋的感觉
    2021-01-01 03:50

    I would examine Limewire's source code. If there's a clean separation between UI and the rest of the application, I would try finding a solution to instantiate and invoke Limewire's non-UI code from within a Songbird extension.

提交回复
热议问题