1

I would like to display a map inside a jframe. More specifically, I don't want to display a static map, image.

I would like to display a map like google map with all the utilities like panning/zooming etc.

Could you help me?? Is there any reference code??

Thank you.

user561582
  • 11
  • 2

2 Answers2

3

You might want to check out OpenMap

Andrew T Finnell
  • 13,417
  • 3
  • 33
  • 49
0

Apparently jFrames doesn't seem to support Google Maps.

Google Maps - Issues

You may want to look into alternatives, such as using an iFrame?

Google Maps Embedding Tutorial

or

Google's How-To for Google Maps

Rion Williams
  • 74,820
  • 37
  • 200
  • 327
  • Thank you for your reply, but it isn't exactly what i want. More specifically, it is about a java desktop application that will display (in jframe if possible) maps. Any idea?? – user561582 Jan 03 '11 at 19:10
  • 2
    I just found this - I'm not terribly familiar with desktop java apps, but hopefully you might can find something useful on here : http://stackoverflow.com/questions/996954/java-api-for-google-maps-or-similar – Rion Williams Jan 03 '11 at 19:19