how to close a jframe in java by a button code example
Example: jbutton close jframe java
private void btnButtonActionPerformed(java.awt.event.ActionEvent evt) {
this.dispose();
}
private void btnButtonActionPerformed(java.awt.event.ActionEvent evt) {
this.dispose();
}