Computer Science, asked by rawatharshit9099, 6 months ago

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

Answers

Answered by rachana2020
2

Answer:

If you want a JButton that closes the application, you would create the button: JButton Button = new JButton("Close");

Answered by manasvi01
1

Answer:

If you want a JButton that closes the application,you would create the button : JButton

Button=new JButton ("close");

Similar questions