Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GoogleEarth inside Java Swing [closed]

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?

like image 381
Nate Avatar asked Aug 20 '09 00:08

Nate


3 Answers

There's also NASA's World Wind SDK.

like image 189
Nate Avatar answered Oct 26 '22 12:10

Nate


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.

like image 43
Gaurav Avatar answered Oct 26 '22 14:10

Gaurav


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 :(

like image 3
Eugene Ryzhikov Avatar answered Oct 26 '22 13:10

Eugene Ryzhikov