Added nmenomic for the exit action
This commit is contained in:
parent
5a87f2ae7c
commit
4861aadb94
@ -4479,7 +4479,7 @@ public class GUI extends Observable {
|
||||
return getSimulation() != null;
|
||||
}
|
||||
};
|
||||
GUIAction exitCoojaAction = new GUIAction("Exit") {
|
||||
GUIAction exitCoojaAction = new GUIAction("Exit", 'x') {
|
||||
private static final long serialVersionUID = 7523822251658687665L;
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
myGUI.doQuit(true);
|
||||
|
Loading…
Reference in New Issue
Block a user