Beginning update to add GUI logging.

This commit is contained in:
Jonathan Bernard
2010-04-02 05:43:04 -05:00
parent 5b3e2066a2
commit dbb2121525
11 changed files with 547 additions and 39 deletions

View File

@ -0,0 +1,7 @@
package com.jdbernard.timestamper
import groovy.beans.Bindable
class LogDialogModel {
def mainMVC
}