* @see org.lekan.graphics.GraphicsProgram#setup()
*/
@Override
public void setup() {
getFrame().setDimensions(WIDTH, HEIGHT);
queue = new DrawQueue(this);
obstacles = Collections.synchronizedCollection(new HashSet<Obstacle>());
getFrame().getJFrame().addKeyListener(this);
addButton("Reset", SOUTH);