Iterative development on GUI
This commit is contained in:
@ -9,8 +9,11 @@ class TimeStamperMainController {
|
||||
// this method is called after model and view are injected
|
||||
}
|
||||
|
||||
/*
|
||||
def action = { evt = null ->
|
||||
def exitGracefully = { evt = null ->
|
||||
app.shutdown()
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
def showToolsMenu = { evt = null ->
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user