6970717273747576777879
}); UiUtil.addButton(frame,map,"创建线",new ActionListener() { @Override public void actionPerformed(ActionEvent arg0) { LineTool tool=new LineTool(); tool.onCreateFinish.add(listener); map.setCurrentPlug(tool); } });