I am using the DJWebbrowser in a Java Swing Application that I am working on
and am sending data from a Google Map API , Distance Matrix Query with following code
The DJBrowser Class that invokes the browser
has a Browser Listener Implementation public commandReceived(
I haven't found a way to access a class property from the class that invoked the web browser, because the above WebBrowserAdapter is in an anonymous Inner Class.´I would like to have the distance that is sent from the Javascript to the application be passed on to the class member "distance" that in the invoking class. I Need some help.