Cara menutup jframe pada klik tombol

button.addActionListener(e -> {
   frame.dispose();
});
Defiant Donkey