Try adding some print statements in your for loop. You will not be getting into your loop at all.

private int rows, columns = 10; <--This does not work like you think it does.

private int...