jxmapkit

Slippy maps for Java Swing GUIs: SwingX-WS

谁说我不能喝 提交于 2019-12-17 18:59:44
问题 This post's purpose is to gather in one place all useful info and material needed in order to implement slippy maps in a Swing application using the SwingX-WS library, now that the SwingLabs website is no more -- in spite of the fact that, however, SwingX development is still active. 回答1: So, first things first, the as-of-today up-to-date jars, built from the latest sources. SwingX-ws: swingx-ws rev. 317 binaries swingx-ws rev. 317 sources swingx-ws javadoc SwingX v. 1.6.5-1 (required runtime

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

JXMapKit/-Viewer extremely slow as webstartable - where to start digging?

点点圈 提交于 2019-12-07 01:21:20
问题 Just tried to add some swingx-ws components to the overall swinglabs demos - and noticed that a simple JXMapKit/-Viewer is orders of magnitude slower to load the tiles in the webstartable compared to loading locally. Rather lost on where I should start looking (ui updates seem to be on the EDT, though might need a closer look): anybody else experiencing the different loading times? any guess on what might be the reason? how to debug a webstartable? The code is rather straightforward (to run

JXMapKit/-Viewer extremely slow as webstartable - where to start digging?

我只是一个虾纸丫 提交于 2019-12-05 05:35:54
Just tried to add some swingx-ws components to the overall swinglabs demos - and noticed that a simple JXMapKit/-Viewer is orders of magnitude slower to load the tiles in the webstartable compared to loading locally. Rather lost on where I should start looking (ui updates seem to be on the EDT, though might need a closer look): anybody else experiencing the different loading times? any guess on what might be the reason? how to debug a webstartable? The code is rather straightforward (to run locally, you'll need swingx and swingx-ws : public class WSDemo { private JComponent createContent() {