Incremental GUI updates. Copied over code for TimelineDayDisplay.

This commit is contained in:
Jonathan Bernard
2009-12-22 19:26:47 -06:00
parent 02fc6b5bb7
commit bff340e910
15 changed files with 919 additions and 81 deletions

View File

@ -0,0 +1,10 @@
import griffon.util.IGriffonApplication
class PunchcardDialogTests extends GroovyTestCase {
IGriffonApplication app
void testSomething() {
}
}