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?
+1
A:
I just discovered a link on java.net ...
Building Maps into Your Swing Application with the JXMapViewer
Nate
2009-08-20 00:29:27
This did not work for me.
Nate
2009-08-25 14:53:40
+1
A:
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 :(
eugener
2009-08-25 17:02:13
A:
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
Time Machine
2009-08-29 14:14:25
+2
A:
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.
Gaurav
2009-08-31 09:23:14