I have this statement:
private JButton button_array [] = {
jButton1, jButton2, jButton3,
jButton4, jButton5, jButton6,
jButton7, jButton8, jButton9
};
This does not seem to work though and gives me an error of "illegal forward reference". How do I fix the statement?