Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
A sheet is simply an NSWindow instance that is attached to another window. The sheet comes down over the window, and the window stops getting events until the sheet is dismissed. Typically, you will compose a sheet as an offscreen window in your nib file.
NSApplication has several methods that make sheets possible: