Hi,

According to your code, in method paintComponent() you have some errors: i is used just in the second line without a type and then you try to declare i again in the loop. The code should not...