How to add maps in java GUI (like GMap.net for c#)?

不问归期 提交于 2019-12-05 07:26:41

问题


C# has a a nice library/api to use for creating/using maps with winforms found at Gmap.net Does java have any libraries like this?

The closest thing I've found was worldwind but this doesn't look half as good as what GMap.net does in winforms


回答1:


These libraries might help

  • Generic Swing component: https://github.com/msteiger/jxmapviewer2
  • Integration with JavaFX: http://fxexperience.com/2011/05/maps-in-javafx-2-0/


来源:https://stackoverflow.com/questions/15709870/how-to-add-maps-in-java-gui-like-gmap-net-for-c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!