I am using jxbrowser v4.3 and embed it in java-swing.
I need to add download manager which shows download process, cancel download or even download history. I have check the APIs and found there is download manger class can do this.
https://sites.google.com/a/teamdev.com/jxbrowser-support/jxbrowser-3/samples-3/download-handler
This link is not working. The error is BrowserFactory.createBrowser is not defined.
There are couple of resource about download manager on internet, but none of them really helps me. I found something says this need firefox engine to run the down manager. Anyone know to start?
Can someone post some solutions or tell me how to do that?
Edit: Basically, I wish I can do most of thing that a regular web browser can do when using jxbrowser, but download is the first step.