public void add(VisualObject obj, gridPos pos) { obj.setSize(cellSizeX, cellSizeY); grid[pos.X, pos.Y] = obj; print(); }