Began work on pit-swing.

This commit is contained in:
Jonathan Bernard
2010-02-23 21:01:55 -06:00
parent c601910557
commit 45516a5cd9
11 changed files with 484 additions and 27 deletions

View File

@ -1,16 +1,18 @@
package com.jdbernard.pit.swing
import com.jdbernard.pit.FileProject
class PITController {
// these will be injected by Griffon
def model
def view
void mvcGroupInit(Map args) {
// this method is called after model and view are injected
model.rootProject = new FileProject(new File('.'))
}
/*
def action = { evt = null ->
}
*/
}
}