public Pflanze getmovePflanze(MouseEvent e) | public Pflanze getmovePflanze(MouseEvent e) | ||||
{ | { | ||||
Pflanze diePflanze = null; | Pflanze diePflanze = null; | ||||
int abstand = 30; | |||||
int abstand = 15; | |||||
for (int i = 0; i < pflanzen.size(); i++) | for (int i = 0; i < pflanzen.size(); i++) | ||||
{ | { |