Quit actionPerformed
authoramwaterhouse <Andrew Waterhouse>
Mon, 13 Jun 2005 11:30:00 +0000 (11:30 +0000)
committeramwaterhouse <Andrew Waterhouse>
Mon, 13 Jun 2005 11:30:00 +0000 (11:30 +0000)
src/jalview/jbgui/GDesktop.java

index 06340c3..162f7e1 100755 (executable)
@@ -80,7 +80,7 @@ public class GDesktop extends JFrame {
         quit.setText("Quit");\r
         quit.addActionListener(new java.awt.event.ActionListener() {\r
                 public void actionPerformed(ActionEvent e) {\r
-                    quit_actionPerformed(e);\r
+                    quit();\r
                 }\r
             });\r
         aboutMenuItem.setText("About");\r
@@ -148,7 +148,7 @@ public class GDesktop extends JFrame {
     protected void inputTextboxMenuItem_actionPerformed(ActionEvent e) {\r
     }\r
 \r
-    protected void quit_actionPerformed(ActionEvent e) {\r
+    protected void quit() {\r
     }\r
 \r
     protected void aboutMenuItem_actionPerformed(ActionEvent e) {\r