you have to add an actionListener to your button like this:
yourButtonName.addActionListener(new actionListener(){.....});
actionListener is an interface so you have to over write the method...