Java desktop application with google maps

社会主义新天地 提交于 2019-12-11 07:58:48

问题


I need help with these, I am currently developing an a desktop aplication in java with netbeans IDE. One requirement of the app is that must have a map on it. I was serching and i find these: https://today.java.net/article/2007/10/24/building-maps-your-swing-application-jxmapviewer. But i try to downoad the JXMaptKit or the JXMapViewer but i dnd't found it.

Can anyone knows a workaround of that problem or an example that i can use?

Thanks!

PD. the app that i'm currently developing is for academic purposes.


回答1:


You might want to have a look at a modern JavaFX 2 framework which uses Webkit-based WebEngine to render a webpage. Here is a Google Maps demo: http://fxexperience.com/2011/05/maps-in-javafx-2-0/?



来源:https://stackoverflow.com/questions/19962366/java-desktop-application-with-google-maps

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