Difference between revisions of "Close a Window in Java"

Kipkis (Kipkis | contribs)
m (Text replacement - "[[Category:J" to "[[Category: J")
Kipkis (Kipkis | contribs)
m (Text replacement - "{{fa}}" to "")
Line 1: Line 1:
{{fa}}This article will show you how to close a window in Java. Closing a window is much easier using Swing's <code>JFrame</code>, but it's also doable using AWT's <code>Frame</code>.
+
This article will show you how to close a window in Java. Closing a window is much easier using Swing's <code>JFrame</code>, but it's also doable using AWT's <code>Frame</code>.
  
 
[[Category: Java]]
 
[[Category: Java]]