ftp.nice.ch/pub/next/connectivity/protocol/PPPMeter.v1.5.NIHS.bs.tar.gz#/PPPMeter.v1.5/Source/StickyWindow.m

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

#import "StickyWindow.h"

@implementation StickyWindow 

- awakeFromNib
{
   if(![self title] || !*[self title])
       return self;

   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.