Hi, I'm not sure if I have posted this in the right section but :
String myArray[][] = {{" "," "," ","X","X","X"," "," "," "}, {" "," "," ","X","X","X"," "," "," "}, {" "," "," ","X","X","X"," "," "," "}, {"X","X","X","X","X","X","X","X","X"}, {"X","X","X","X","O","X","X","X","X"}, {"X","X","X","X","X","X","X","X","X"}, {" "," "," ","X","X","X"," "," "," "}, {" "," "," ","X","X","X"," "," "," "}, {" "," "," ","X","X","X"," "," "," "}};
My array prints that to the screen. Is there any way I can set a size to make it bigger.
Example, my screen size is say 600x600, but this will only take up a tiny bit of the screen, how would I make it fit full screen?
thanks