how to close window java and java program code example
Example: terminate a frame java
To terminate/close a frame in AWT, use the 'dispose()' method
"frameObject.dispose()"
To terminate/close a frame in AWT, use the 'dispose()' method
"frameObject.dispose()"