add an exit menu
This commit is contained in:
@@ -85,6 +85,9 @@ class MainFrameView {
|
|||||||
pack : false,
|
pack : false,
|
||||||
visible : bind { model.coreInitialized }) {
|
visible : bind { model.coreInitialized }) {
|
||||||
menuBar {
|
menuBar {
|
||||||
|
menu (text : "File") {
|
||||||
|
menuItem("Exit", actionPerformed : {application.shutdown()})
|
||||||
|
}
|
||||||
menu (text : "Options") {
|
menu (text : "Options") {
|
||||||
menuItem("Configuration", actionPerformed : {mvcGroup.createMVCGroup("Options")})
|
menuItem("Configuration", actionPerformed : {mvcGroup.createMVCGroup("Options")})
|
||||||
menuItem("Content Control", actionPerformed : {
|
menuItem("Content Control", actionPerformed : {
|
||||||
|
|||||||
Reference in New Issue
Block a user