new polished design
This commit is contained in:
parent
6d60b8e068
commit
5b59cc76a7
119 changed files with 333 additions and 6138 deletions
|
@ -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];
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue