this.startStopButton = new JButton( startLabel );
final String clearLabel = ConwayApplicationProperties.getProperty( "clear.label" );
this.clearButton = new JButton( clearLabel );
//this.grid = new CellGridAgendaGroup( 30, 30 );
this.grid = new CellGridImpl( 30, 30, executionControl );
final CellGridCanvas canvas = new CellGridCanvas( grid );
final JPanel panel = new JPanel( new BorderLayout() );
panel.add( BorderLayout.CENTER,
canvas );