canArena = new Canvas(this, SWT.NO_BACKGROUND | SWT.DOUBLE_BUFFERED);
FillLayout compArenaLayoutData = new FillLayout(
org.eclipse.swt.SWT.HORIZONTAL);
canArena.setLayout(compArenaLayoutData);
robot = new Robot();
canArena.addPaintListener(new PaintListener() {
public void paintControl(PaintEvent e) {