CSC 241- Assignment 2 (Due July 29th 1996)
You will build an applet that maintains a stack of tanks. Link to
Tank Stack Applet to see how your applet should
work.
- You need to have a panel that provides a text field, a button for push and one for pop.
- You need to have a panel with buttons to let the user create new tanks, add, and
remove fluid. This panel should also have a text field providing
tank status information.
- When new tanks are created, they should be displayed in a reasonable
way, similar to Tank Applet .
- Make your .html file similar to the one for tankApplet.
- You need to make use of displayableTank class and
genStack that already exist in doing this assignment.
Make sure to also get the new Tank class that extends Object.