mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
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;
|
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…
Reference in New Issue
Block a user