Insert a "pointer" in an image of a map in Java from a Layout

1

I have to create an application in Java with graphical interface, which by clicking on a "Create signal" button which allows me to visualize in a JPanel the image of any map, and with the mouse to position several "Puntadores" "or" Points "on said map and save information related to that point for example" street, avenue etc. "

By clicking on each "Point" it shows me in a JLabel or JText the information saved from that "Point".

  • How could it be done?
asked by Bryan Romero 29.06.2016 в 23:50
source

1 answer

2

I suggest you see this article that can help you:

link Google Maps in Java Swing Application

    
answered by 30.06.2016 / 02:30
source