Thank you.
A panel that show HTML *and* interpret heavy JavaScript?
Arne
Google Maps come in two flavours: static and dynamic. The former is
basically just an image accessed through an HTTP-based API, so it's
quite easy to embed it in a Swing application. The latter is heavily
JavaScript-based, so you'd need an embedded browser. If you only need
to show the map, you might consider embedding a native browser panel.
If you need to manipulate the map or get feedback from user input to
the map, things get more complicated...
Additionally, read carefully the fine print in the Google Maps terms
of service. I don't know if you can embed them in a non-web
application. At least the dynamic API has a concept of an API key
which is tied to a specific domain.
hth,
Alessio
Have you any suggestions?
I'm evaluating Browser object in SWT.
No. I just wanted to emphasize that Google maps is heavy
JavaScript, which somewhat increases the requirements.
I don't know that SWT browser object.
Arne