close frame in java 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()"