Added nmenomic for the exit action

This commit is contained in:
Niclas Finne 2012-06-08 12:16:47 +02:00
parent 5a87f2ae7c
commit 4861aadb94
1 changed files with 1 additions and 1 deletions

View File

@ -4479,7 +4479,7 @@ public class GUI extends Observable {
return getSimulation() != null; return getSimulation() != null;
} }
}; };
GUIAction exitCoojaAction = new GUIAction("Exit") { GUIAction exitCoojaAction = new GUIAction("Exit", 'x') {
private static final long serialVersionUID = 7523822251658687665L; private static final long serialVersionUID = 7523822251658687665L;
public void actionPerformed(ActionEvent e) { public void actionPerformed(ActionEvent e) {
myGUI.doQuit(true); myGUI.doQuit(true);