ftp.nice.ch/pub/next/science/mathematics/AliceCube.999.N.bs.tar.gz#/AliceCube/AliceApp.m

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

/* Generated by Interface Builder */

#import "AliceApp.h"
#import "AliceDoc.h"

extern "Objective-C" {
#import <appkit/Panel.h>
}

@implementation AliceApp

+ new
{
    return[self newClass:[AliceDoc class] version:0];
}

- controlPanel:sender
{
	return [controlPanel makeKeyAndOrderFront:self];
}

- successPanel:sender
{
	return [successPanel makeKeyAndOrderFront:self];
}
@end

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