Adding 'exit' and 'change project' buttons to the editor window
This commit is contained in:
parent
d5b40053fb
commit
eb754aecf9
4 changed files with 82 additions and 31 deletions
|
|
@ -410,6 +410,11 @@ public class CoderClient extends Application{
|
|||
selectProjectDialog.setProject(null);
|
||||
selectProjectDialog.showOnStage(mainStage);
|
||||
}
|
||||
@Override
|
||||
public void exit() {
|
||||
closeCurrentSession();
|
||||
Platform.exit();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue