ftp.nice.ch/Attic/openStep/tools/business/Annuity.2.0.w.I.bs.tgz#/Annuity.2.0.w.NT.bs/Source/ControllerApp.m

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

#import "ControllerApp.h"
@class NSNotification;

@implementation ControllerApp

- (void)applicationDidFinishLaunching:notification
{
	[NSBundle loadNibNamed:@"document.nib" owner:self]; // load nib
}

- (void)MoreInfo:(id)sender
{
    [NSBundle loadNibNamed:@"MoreInfo.nib" owner:self]; // load nib
}

- (void)newDocument:(id)sender
{
	[NSBundle loadNibNamed:@"document.nib" owner:self]; // load nib
}

@end

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