I have a simple Cocoa app using a NSWindowController subclass. In the nib I have set:
The window might be loaded on demand - try sending window to yourself in -init. See the discussion of -[NSWindowController loadWindow] in the documentation for more info.
window
-init