Interface VIII
Home Up Interface I Interface II Interface III Interface IV Interface V Interface VI Interface VII Interface VIII Interface IX Interface X Interface XI Interface XII Code

 

Today, we will continue learning about user interface components.  The goal of today's lesson is to become proficient with

  1. the Checkbox component
  2. the CheckboxGroup component
  3. the Choice component
  4. the List component
  5. pop-up windows

Components that this tutorial does not cover are the Canvas component (used for drawing things), the Label component (used for labeling things), and the Scrollbar component (used to produce a scrollbar).  The Scrollbar component is the only component of the three that gives us a capability that we don't have already.  If you ever need to use a scrollbar in a program, you will need to look up how they work in some other reference.