Added nmenomic for the exit action
This commit is contained in:
parent
5a87f2ae7c
commit
4861aadb94
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue