vote up 3 vote down star

Is it possible to embed a GoogleEarth view inside a Java Swing app? If so, could you please point me to a tutorial explaining how to do it?

flag

5 Answers

vote up 2 vote down check

Embedding GoogleEarth inside Java Swing App is not feasible. Legally or otherwise. However you may find a way to embed Google Map on a frame.

Edit: Found this google post.

link|flag
The Google post was exactly what I was looking for. Thanks! – Nate Aug 31 at 12:18
vote up 0 vote down

Here's a lil' tutorial which explains it all:

http://www.brantb.com/2007/12/java-and-google-earth-com-api.html

It uses the Google Earth COM API

link|flag
vote up 1 vote down

Even though technically it is possible (using JXMapViewer), legaly it is not. Google does not allow using Google Maps outside of the browser.

One possible solution would be to embed JWebPane (http://weblogs.java.net/blog/alex2d/archive/JWebPaneJ1.pdf) into your Swing App, but it is still not ready :(

link|flag
vote up 3 vote down

There's also NASA's World Wind SDK.

link|flag
vote up 1 vote down

I just discovered a link on java.net ...

Building Maps into Your Swing Application with the JXMapViewer

link|flag
This did not work for me. – Nate Aug 25 at 14:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.