Difference between revisions of "Close a Window in Java"

Kipkis (Kipkis | contribs)
(importing article from wikihow)
 
Kipkis (Kipkis | contribs)
m (Text replacement - "[[Category:J" to "[[Category: J")
 
(3 intermediate revisions by the same user not shown)
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]]
  
 
== Steps ==
 
== Steps ==