Improved code readability
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / gui / ViewFrame.java
index 0c6ef51..bbae44c 100755 (executable)
@@ -85,6 +85,9 @@ public class ViewFrame extends JFrame implements WindowListener {
         });
     }
 
+    /**
+     * Exit the application.
+     */
     public void exit() {
         if (getViewPanel() != null) {
             getViewPanel().stop();