WebBrowser? Where is that class coming from!? I'm using Browser and I changed it to EmbeddedBrowser but it doesn't work that well. Maybe I can use the following but not sure what should I put within those methods because I'm already using PropertyBroker browser.addLocationListener(new LocationListener() { public void changing(LocationEvent event) { } public void changed(LocationEvent event) { } });