65666768697071
* map pane's cursor tool being set to a PanTool object * * @param ev the event (not used) */ public void actionPerformed(ActionEvent ev) { getMapPane().setCursorTool(new InfoTool()); }