Looks like an error in the line above the red line. Instead of:
Code:
p1.add(new JButton(iconarray[12]));
Shouldn't it be:
Code:
p1.add(new JButton(iconarray[i]));