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

@ -0,0 +1,11 @@
package com.jdbernard.timestamper
gracefulExitAction = action (
name: 'Graceful Exit',
closure: controller.&exitGracefully
)
toolsMenuAction = action (
name: 'Show Tools Menu',
closure: controller.&showToolsMenu
)