I have to create a Java application with a graphical interface, which when clicking on a "Create signal" button, which allows me to visualize in a JPanel the image of any map, and with the mouse to be able to position several "Pointers" or " Points" on said map and save information related to that point for example "street, avenue etc"
When clicking on each "Point" it shows me in a JLabel or JText the information saved from that "Point".
- How could it be done?
I suggest you see this article that may help you:
https://dzone.com/articles/google-maps-java-swing Google Maps in Java Swing Application