1.

The code of exit button that is to close a window in java netbeans is?​

Answer»

If you WANT a JButton that closes the APPLICATION, you WOULD create the button: JButton Button = new JButton("CLOSE");



Discussion

No Comment Found