ftp.nice.ch/pub/next/audio/converter/GISO.3.3.s.tar.gz#/GISO/StickyWindow.m

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

#import "StickyWindow.h"

@implementation StickyWindow 

- awakeFromNib
{
   if(![self setFrameUsingName: [self title]])
       [self saveFrameUsingName: [self title]];
   
   [self setFrameAutosaveName: [self title]];
   return self;
}


@end

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