ftp.nice.ch/pub/next/graphics/movie/Movie.2.51.2.s.tar.gz#/Movie/Projectionist.m

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

/* Generated by Interface Builder */

#import "Projectionist.h"

@implementation Projectionist

- init
{
  self = [super init];
  [NXApp loadNibSection:"Projectionist.nib" owner:self];
  return self;
}

- open:sender
{
  [(MovieView *)movieView open:sender];
  return self;
}

- play:sender
{
  [(MovieView *)movieView play:sender];
  return self;
}

- (MovieView *)movieView
{
  return movieView;
}

- (Window *)window;
{
  return window;
}

- (Panel *)panel
{
  return panel;
}

@end

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