On Mar 2, 2010, at 6:53 PM, Steven Degutis wrote:
> Few simple steps:
>
> (1) Create a subclass of NSWindowController and override -init to call
> super's -initWithWindowNibName:, passing something like @"MyWindow"
> (2) Create a XIB file with the filename called MyWindow
> (3) Change File's Own
Few simple steps:
(1) Create a subclass of NSWindowController and override -init to call
super's -initWithWindowNibName:, passing something like @"MyWindow"
(2) Create a XIB file with the filename called MyWindow
(3) Change File's Owner to your recent subclass
(4) Connect the -window outlet of you