visitors kinda working?

This commit is contained in:
Yorick
2015-04-08 21:29:17 +02:00
parent 19f48ad3e9
commit 8ba874bec6
3 changed files with 4 additions and 3 deletions
+1 -2
View File
@@ -79,8 +79,7 @@ public class MenuBar extends JMenuBar
{
public void actionPerformed(ActionEvent e)
{
w.setVisible(false);
w.dispose();
System.exit(0);
}
});