245246247248249250251252253254255
figures.remove(from); removeFigure(to); // Zielfigur entfernen figures.put(to, img); /* Statisch */ //this.repaint(); cadencer.add(new MoveAnimation( (AnimationFunction) img.tag, img, getFigurePositionX(to), getFigurePositionY(to) ));