I tried -close which works (but it doesn't show up in the code
completion list). Both -orderOut and -makeKeyAndOrderFront yield the
'selector not recognized' error. Is there something else I can try?
It's -orderOut:, not -orderOut. Notice the :. NSPanel inherits from
NSWindow, so don't forget to check the documentation of a class'
superclasses.