Week 7
Complete one of the following:
- Mouse paint with panel, groupboxes/radiobuttons (as
in VB7 ppt example)
- 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)
- Build a converter from any
base to base 10 or from base 10 to another base, with error checking.