Have you tried anything yet?
Can you post the declaration for the getCharacter() method?
Define a two dimension array:
<type>[][] twoDim; // define a two dimensional array of type <type>...