2. Video Tape Store

Implement a program to control a video store tape collection. The program should be able to track all tapes, register tape transactions, detect costumers in debit and send fines. All should be presented in screens using Swing. The program must also show transactions, where each tape is and the status of each costumer.

You'll need to learn how to use Swing. The online Java™ Tutorial trail, which is at http://java.sun.com/docs/books/tutorial/, includes a section on Swing and the Java Foundation Classes; you'll find it at http://java.sun.com/docs/books/tutorial/uiswing/.