ftp.nice.ch/Attic/openStep/tools/time/CalendarCenter.m.NIS.tgz#/CalendarCenter/Source/CalendarCenterObject.m

This is CalendarCenterObject.m in view mode; [Download] [Up]

#import "CalendarCenterObject.h"

@implementation CalendarCenterObject


- (void)applicationDidFinishLaunching:(NSNotification *)notification;
// This method is executed right after the application was initilized but
// before the application receives it's first event.
{

	[NSBundle loadNibNamed:@"Calendar.nib" owner:self]; // load nib

}


- (void)InfoPanel:(id)sender
{

	[NSBundle loadNibNamed:@"InfoPanel.nib" owner:self]; // load nib

}

- (void)IntroAndHelp:(id)sender
{

	[NSBundle loadNibNamed:@"HelpIntro.nib" owner:self]; // load nib

}

- (void)MoreInfo:(id)sender
{

	[NSBundle loadNibNamed:@"MoreInfo.nib" owner:self]; // load nib

}

- (void)NewCalendar:(id)sender
{

	[NSBundle loadNibNamed:@"Calendar.nib" owner:self]; // load nib

}

- (void)PrintCalendar:(id)sender
{
}

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.