InterviewSolution
Saved Bookmarks
| 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"); |
|