Conway's Game of Life: Object-oriented source code

This is a version of Conway's Game of Life that uses objects more effectively. The source comes in two files:
  1. OOConway.java
  2. CEll.java
A faster, not-so-object-oriented version is also available.