Week 7
Complete one of the following:

  1. Mouse paint with panel, groupboxes/radiobuttons (as in VB7 ppt example)
  2. A KeyEvent project: This could be a password entry system (shown in an earlier powerpoint but now you can omit the keypad since you are using the key event handler) or you might put the characters in a listbox (remember to handle newline, in this case)
  3. Build a converter from any base to base 10 or from base 10 to another base, with error checking.