*foreground:	blue

*quit*label:	Quit

*output*label:	Print Array

*cellSizeInPixels:	40
*pixmapWidthInCells:	20
*pixmapHeightInCells:	20

*scrollHoriz*fromVert:	bigBitmap
*scrollVert*fromHoriz:	bigBitmap
!
!                            toplevel
!                               |
!                             form (Form)
!                             /          \
!            (Form) drawingForm           \
!          /        |        \             \
!   bigBitmap    scrollVert   scrollHoriz   \                         \
! (BitmapEdit)   (Scroll)    (Scroll)       | 
!                                          /
!                                         /
!                           buttonbox (Box)
!                       /      /       \           \
!                     /       /         \            \
!                  quit   output   showNormalBitmap   showReverseBitmap
!              (Command) (Command)     (Core)            (Core)
