Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
student:junit:gui [2025/01/26 15:27] bernstdhstudent:junit:gui [2025/01/30 14:52] (current) bernstdh
Line 137: Line 137:
          
     window.setVisible(false);     window.setVisible(false);
-    window.dispose(); // Terminate the event dispatch thread+    window.dispose(); // So the event dispatch thread terminates
   }   }