toolIcon.paintIcon(c.getDestination(), g, x + 2, y + 2);
} else {
g.setColor(java.awt.Color.black);
g.drawLine(x + 3, y + 13, x + 17, y + 7);
g.fillOval(x + 1, y + 11, 5, 5);
g.fillOval(x + 15, y + 5, 5, 5);
}
}
@Override
public Cursor getCursor() { return cursor; }