Beginning work on pit-swing

This commit is contained in:
Jonathan Bernard
2010-02-22 11:50:42 -06:00
parent b5009af2b5
commit c601910557
9 changed files with 426 additions and 9 deletions

View File

@ -0,0 +1,16 @@
package com.jdbernard.pit.swing
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
}
/*
def action = { evt = null ->
}
*/
}