CMPS-4350 Lab-2

We already started this lab in class.

We are developing a list-box user interface component.

Continue with your work.

Add these features to your program...

  1. Define a key-press that will add an item to your list-box.

  2. Define a key-press that will delete the current highlighted
     item from your list-box.

  3. Your list-box should hold at least 3-times as many items
     as is visible at any one time in the list.

You may add random text as new items, or develop some means of
adding items that have more meaning to them.

You should have functionality that fills the list to its maximum,
and deletes items until the list is empty.

You may add page-up and page-down if you like.

You can add other features such as mouse functionality.