62636465666768
* 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 PanTool()); }