I want to embed google maps on a JPanel. Since I want features like zoom-in/out, using static images isn\'t feasible.
To achieve this, I\'ll probably need to embed a
Yes, the Google Maps APIs can now be used in Desktop applications
Check out these Stack Overflow threads:
Google Map in JAVA Swing
Embedding Gecko/Webkit in Java
Webkit browser in a Java app
Rendering webpages with WebKit in Java
You can also see the tutorail of using Maps in Java Desktop Application.