I've managed to construct a working code for John Conway's Game of Life.
Now I wish to GUI-ize it.
My only problem is printing a matrix. I want a huge text field to print "_" for no life and "X" for life in each cell (much like I did in cmd version).
Tried with setText, but to no avail.