I don't think you can increment a char. A char could be lots of things.

Anyway, you could have a String that stores "ABCDEFGHIJKLMNOPQRSTUVWXYZ";

then you have

char[] alphabet =...