Begin restructuring using Griffon

This commit is contained in:
Jonathan Bernard
2009-12-17 23:12:09 -06:00
parent 8232705a60
commit e08d6d6c5d
117 changed files with 778 additions and 5191 deletions

View File

@ -0,0 +1,17 @@
package com.jdbernard.timestamper
import java.awt.Color
application(title:'TimeStamper',
//size:[320,480],
pack:true,
//location:[50,50],
undecorated:true,
locationByPlatform:true,
iconImage: imageIcon('/appointment-new-32x32.png').image,
iconImages: [imageIcon('/appointment-new-32x32.png').image,
imageIcon('/appointment-new-16x16.png').image]
) {
// add content here
label('Content Goes Here') // deleteme
}