This is Formulas.m in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import "Formulas.h" @implementation Formulas - setUp:sender { if (!loaded) { loaded = 1; [NXApp loadNibSection:"Formulas.nib" owner:self withNames:NO]; } switch ([sender selectedTag]) { case 0: [henForm orderFront:self]; break; case 1: [lorForm orderFront:self]; break; case 2: [stanForm orderFront:self]; break; } return self; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.