new polished design

This commit is contained in:
Jeena Paradies 2010-06-13 03:53:27 +02:00
parent 6d60b8e068
commit 5b59cc76a7
119 changed files with 333 additions and 6138 deletions

View file

@ -10,12 +10,14 @@
@implementation TimrAppDelegate
@synthesize window, timer;
@synthesize window, timer, aWindow;
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
// Insert code here to initialize your application
[aWindow setBackgroundColor:[NSColor colorWithPatternImage:[NSImage imageNamed:@"wood.png"]]];
[timer applicationLoaded:self];
[aWindow orderFront:self];
}