if u make a jbutton then put this in side of it
System.exit(0);
for example;
private class ExitButtonHandler implements ActionListener{
public void actionPerformed(ActionEvent e){
...