home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / appkit / Lab1234.README < prev    next >
Encoding:
Text File  |  1993-12-21  |  1.2 KB  |  24 lines

  1. Lab Exercise 1
  2.  
  3. Objective: Build a calculator using Interface Builder, the Application Kit, and a skeleton calculator object.
  4.  
  5.  
  6. Lab Exercise 2
  7.  
  8. Objective: Create a simple application which demonstrates the various compositing modes.
  9. You are given a partial implementation of the CompositeView class, a subclass of View to demonstrate the various compositing modes.  The interface is defined in the header file, CompositeView.h, and the implementation is in CompositeView.m.  The view defines three equal sized areas, draws into the first two, and creates the image in the third area by compositing the first two areas together using options specified through various methods.
  10.  
  11.  
  12. Lab Exercise 3
  13.  
  14. Fix  a broken texteditor called TextLab, so that it:
  15.     - Supports scrolling
  16.     - Supports cut, copy and paste of selected text
  17.     - Supports changing the font type and/or size of selected text
  18.     - Supports saving documents to disk and bringing them back again
  19.     - Supports printing
  20.  
  21. Lab Exercise 4
  22.  
  23. Write a painting program which lets the user draw in a scrollable view.  The user should have a choice of brush shape (round or square) and brush size (from 1 to 10 pixels across).  The user should also be able to select from a variety of paint colors.
  24.