Iterative development on GUI

This commit is contained in:
Jonathan Bernard
2009-12-18 16:15:14 -06:00
parent 612234b345
commit f1ab340b11
25 changed files with 59 additions and 24 deletions

View File

@ -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 ->
}
}