You need initialize the objects.



public void assignvalues(){
GetDataMethods one = new GetDataMethods();
Cell[] cellarray = new Cell[81]; //Declares a Array of the type Cell

...