Trying to add FEST-Swing tests.

This commit is contained in:
Jonathan Bernard
2010-03-23 07:53:29 -05:00
parent ec690f8a98
commit 591fb91d17
12 changed files with 202 additions and 103 deletions

View File

@ -6,6 +6,7 @@ import com.jdbernard.pit.Issue
import com.jdbernard.pit.Project
import com.jdbernard.pit.Status
import groovy.beans.Bindable
import java.awt.Font
class PITModel {
// filter for projects and issues
@ -24,4 +25,6 @@ class PITModel {
def projectPanelMVCs = [:]
def projectIdMap = [:]
@Bindable issueDetailFont = new Font(Font.MONOSPACED, Font.PLAIN, 10)
}