Now that streaming mode is implemented in the Location tab, there is no longer any feedback during the initial map load. The tab is just blank until the initial google map loads. Adding back the spinner is difficult since there is a different thread mechanism than the spinner is plugged into.
Also, displaying something else like a loading label until the map loads doesn't work because from the Java perspective we get the "loaded" indication from the web engine way too soon.
It looks as though loading an initial html page that displays the "loading" message will display until the map actually loads.
Now that streaming mode is implemented in the Location tab, there is no longer any feedback during the initial map load. The tab is just blank until the initial google map loads. Adding back the spinner is difficult since there is a different thread mechanism than the spinner is plugged into.
Also, displaying something else like a loading label until the map loads doesn't work because from the Java perspective we get the "loaded" indication from the web engine way too soon.
It looks as though loading an initial html page that displays the "loading" message will display until the map actually loads.