@Override
public void moveTo(Point p) {
if (MouseButton == "DOWN") {
//Draw
Line l = new Line(LastMousePosition, p, group);
int size = drawingBoard.getChildrenSize();
if(size != 0) {
Object temp = (Object) drawingBoard.getGraphicObjectByIndex(size-1);
if( temp.getGroup() == group) {