What exactly is the problem? You must add the listener to whichever component you want to respond, for example


for (int i = 1; i<= 9; i++) {
JButton button = new JButton("" + i);...