*/
public class JMapPaneExamples {
void listenForClicks(JMapPane myMapPane) {
// mouselistener start
myMapPane.addMouseListener(new MapMouseAdapter() {
@Override
public void onMouseClicked(MapMouseEvent ev) {
// print the screen and world position of the mouse
System.out.println("mouse click at");