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.