This statement looks strange:
buttons[i].addActionListener((ActionListener) jPanel1);

Where do you create jPanel1 that makes it an ActionListener?

You need to read about how to create and...