Added NotesDialog MVC. Wired window movement. Added GUIUtil

This commit is contained in:
Jonathan Bernard
2009-12-21 14:06:32 -06:00
parent 5000d266fe
commit 02fc6b5bb7
9 changed files with 212 additions and 5 deletions

View File

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