ftp.nice.ch/pub/next/developer/objc/appkit/Starter.1.1.s.tar.gz#/Starter1.1/AppController.m

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

#import "AppController.h"
#import "DocumentClass.h"

@implementation AppController

+ initialize
{
    static NXDefaultsVector appDefaults=
	{ { "DEBUGFILE", "~/debugfile" },
	  { "WindowSize", "400 300" },
	  { "NewEmptyDocument", "YES" },
      { (char *)NULL},
    };
    NXRegisterDefaults([NXApp appName], appDefaults);
	return self;
}

- documentClass
{	return [DocumentClass class];
}

@end

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