lizzardo wrote:
What specific issues does this change address?
See also com.romraider.net.BrowserControl class.
BrowserControl will works on just two cases.
1. The host is windows.
2. The host is not windows and netscape is installed.
As you know, a lot of users are not use netscape nowadays. This is a point.
We can use java.awt.Display class to spawn browsers Since JRE1.6.
It has more portability. But it isn't stable on some version of JVM.
So I leave traditional BrowserControl also.