Skip to content

Commit

Permalink
implement quit command
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongchiamiov committed Oct 8, 2011
1 parent 8c81d43 commit 14b4d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mahjongg2D.java
Expand Up @@ -305,7 +305,7 @@ else if ("Cheat".equals(e.getActionCommand()))
}
else if ("Quit".equals(e.getActionCommand()))
{
// TODO
System.exit(0);
}
repaint();
}
Expand Down

0 comments on commit 14b4d5a

Please sign in to comment.