// Forward events to the status bar to provide the cursor position info.
statusBar.setEventSource(this.wwd);
// Setup a select listener for the worldmap click-and-go feature
this.wwd.addSelectListener(new ClickAndGoSelectListener(this.wwd, WorldMapLayer.class));
// Call javascript appletInit()
try
{
//JSObject win = JSObject.getWindow(this);