MiniExamples are small programming examples provided by NeXT Developer Support. Each one contains its own README file. AtYourService demonstrates how applications can export ĒServicesē to other applications (they will appear in other applications' Services menu). This version supersedes the one released in March 91. ImageText demonstrates how to place graphic images in a Text object. It presents a window into which you can drag files from the Workspace. This version supersedes the one released in March 91. AskMe shows how to internationalize an application. It also contains some selected NextAnswers on various topics such as Technical Support, Archive Servers, etc. BananaSplit is a simple NXSplitView sizing example. PaginationLab demonstrates how you can influence the Appkit's pagination methods, and customize your pagination needs. Rotato illustrates the steps necessary in rotating an NXImage. ScrollingText shows how to create a document window which contains additional controls in the scroller bars. ScrollTiff demonstrates how to load a TIFF file into a ScrollView. TIFFandEPS show how to open EPS or TIFF images and save them back as EPS or TIFF - converting the image in the process. WhatsUpDoc provides a skeleton example on how you might manage multiple documents in an application. Winfo is a tool to provide information about window memory usage. It's useful for finding windows which unnecessarily allocate alpha or color planes and waste large amounts of memory. ZooView is another more specialized example on NXSplitView. It shows how to implement a SideSplitView. The SideSplitView allows a window to be divided into two sections sitting side by side.