the code of exit button that is to close a window in java netbeans is?
Answers
Answered by
2
Answer:
If you want a JButton that closes the application, you would create the button: JButton Button = new JButton("Close");
Answered by
1
Answer:
If you want a JButton that closes the application,you would create the button : JButton
Button=new JButton ("close");
Similar questions