CS 101 Lecture 10 - User Interface Components and Events I

Class Examples:

  1. Let's allow the user to enter text and put it onto the canvas.

    Click on TextController to show the example.

  2. A fancier version of the same program.

    Click on FancyTextController to show the example.