9 lines
166 B
Groovy
9 lines
166 B
Groovy
package com.jdbernard.timestamper
|
|
|
|
import java.awt.event.KeyEvent
|
|
|
|
gracefulExitAction = action (
|
|
name: 'Graceful Exit',
|
|
closure: controller.&exitGracefully
|
|
)
|