APCS
linked lists - a short applet

assignment
Design an applet to maintain a list of cities and states.  Your applet should allow a user to add a city to the front or back of the list as well as to remove a city from the respective locations.  Your applet should also allow the user to display the node count as well as a clear option which should empty the list.



You will need to design and implement the following classes: