Embed google maps in Java desktop Application

前端 未结 2 1328
面向向阳花
面向向阳花 2020-12-01 09:43

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

2条回答
  •  温柔的废话
    2020-12-01 10:43

    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.

提交回复
热议问题