merge banaan dev

This commit is contained in:
Yorick
2015-04-07 19:35:38 +02:00
8 changed files with 84 additions and 16 deletions
+4
View File
@@ -82,8 +82,12 @@ public class MenuBar extends JMenuBar {
public void actionPerformed(ActionEvent e) {
if(JOptionPane.showConfirmDialog(null, "Are you sure you want to close this program?", "Close Agenda", JOptionPane.YES_NO_OPTION) == JOptionPane.OK_OPTION)
{
<<<<<<< HEAD
w.setVisible(false);
w.dispose();
=======
System.exit(0);
>>>>>>> origin/Banaan
}
}
});