Lab 2 Assignment

In this lab, you will learn enough about Java to give you the foundation you'll need to create your UI prototypes. You will need to learn more on your own.
  1. Here is a Java applet. It has two lists, one pre-populated with the digits 1 through 8, and two buttons. One takes a number from the left and moves it to the right, and one takes a number from the right, and moves it to the left.

    You need to write a program that replicates this functionality. You can start with this template. Your completed applet needs to match the behavior of this applet very closely, including (but not limited to) the following behaviors:
  2. Demo your completed applet for your TA.
For help with Java, there are any number of good resources. Here are some you will very useful: