class CellMaker implements Runnable {
                Dimension dim;

                CellMaker(Dimension d) {
                    dim = d;