Use one of the following methods from the NSWindow class
- orderOut to hide the window.
- close to hide the window, and will also release the window object if it's set to release on close.
- performClose to simulate a mouse-click on the close box, and will invoke the windowShouldClose method if it has been implemented.